/*Top002893 */

* {
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style: none;
}

body.top-show {
    overflow: hidden;
}


/*Top003075 */

.Top003075 {
    position: fixed;
    z-index: 999;
}

.Top003075.fixed {
    background: #fff;
    padding-bottom: 10px;
    color: #333;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Top003075 menu li span a {
    color: #fff;
}

.Top003075.fixed menu li span a {
    color: #333;
}

.Top003075 .auto {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    font-family: 'SourceHanSansCN-Light';
    font-size: 16px;
}

.Top003075 menu li.aon span a {
    font-weight: bold;
    color: #fff;
}

.fixed menu li.aon span a {
    font-weight: bold;
    color: #333!important;
}

.Top003075 menu li .sub {
    display: none;
}

.Top003075 menu li .sub dl {
    position: relative;
}

.Top003075 menu li .sub dt {
    line-height: 32px;
}

.Top003075 menu li .sub dt a:hover {
    text-decoration: underline;
}

.Top003075 .logo .img {
    display: block;
    margin-top: 18px;
}

.Top003075 .logo a {
    display: table-cell;
    vertical-align: middle;
}

.Top003075 .logo .img1 {
    display: none;
}

.Top003075.fixed .logo .img1 {
    display: block;
    margin-top: 18px;
}

.Top003075.fixed .logo .img {
    display: none;
}

.Top003075 .top-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.Top003075 .top-right dl {
    display: table;
    height: 100%;
}

.Top003075 .top-right dl>* {
    display: table-cell;
    vertical-align: middle;
}

.Top003075 .top-right dt {
    padding-right: 30px;
    color: #fff;
}

.Top003075 .top-right dt a {
    border-radius: 2px;
    border: solid 1px #eee;
    width: 26px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #bbb;
    background: #fff;
}

.Top003075 .top-right dt a.on {
    color: #fff;
    background: #0f55b0;
    border-color: #0f55b0;
    font-size: 14px;
}

.Top003075.fixed .top-right dt {
    color: #333;
}

.Top003075 .top-search {
    background-color: #0f55b0;
    padding: 0 22px;
    overflow: hidden;
}

.Top003075 .top-search>* {
    float: left;
}

.Top003075 .top-search .text {
    width: 0;
    overflow: hidden;
    padding: 0;
    transition: width 0.3s;
}

.Top003075 .top-search .btn-area {
    position: relative;
    line-height: 44px;
}

.Top003075 #TopBtn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: none;
}

.Top003075 .open-sbox {
    color: #fff;
    display: block;
    padding-left: 25px;
    background: url("../images/Top003075-search.png") no-repeat left center;
}

.search-show .Top003075 #TopBtn {
    display: block;
}

.search-show .Top003075 .top-search .text {
    padding: 0 10px;
    border-radius: 5px;
}

.search-show .top-search .btn-area {
    padding-left: 10px;
}

@media(min-width:1025px) {
    .Top003075 {
        height: 100px;
    }
    .search-show .Top003075 .auto {
        padding-right: 12.5vw;
    }
    .search-show .Top003075 .top-search .text {
        width: 12vw;
    }
    .Top003075 .logo {
        position: absolute;
        left: 3.13vw;
        top: 0;
        height: 100px;
    }
    .Top003075 menu {
        display: table;
        margin: 0 auto;
    }
    .Top003075 menu li {
        float: left;
        position: relative;
    }
    .Top003075 menu li:not(:last-child) {
        margin-right: 3.13vw;
    }
    .Top003075 menu li span {
        display: block;
        line-height: 100px;
    }
    .Top003075 menu li .sub {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 180px;
        margin-left: -90px;
        background: rgba(15, 85, 176, 0.83);
        text-align: center;
        padding: 10px 0;
        border-radius: 0 0 5px 5px;
    }
    .Top003075 menu li .sub dt a {
        color: #fff;
    }
}

@media(min-width:1025px) and (max-width:1500px) {
    .Top003075 menu li:not(:last-child) {
        margin-right: 3.13vw;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .search-show .Top003075 .top-right dt {
        font-size: 0;
    }
    .search-show .Top003075 .top-right dt a {
        font-size: 16px;
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .Top003075 .top-right dt {
        font-size: 0;
    }
    .Top003075 .top-right dt a {
        font-size: 16px;
    }
    .search-show .Top003075 .top-right dt {
        opacity: 0;
    }
}

@media(max-width:1024px) {
    .Top003075,
    .Top003075 .logo {
        position: relative;
        background: #0f55b0;
    }
    .Top003075 .logo .img {
        max-width: 68px;
        margin-left: 10px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .Top003075 menu {
        position: fixed;
        left: -100%;
        opacity: 0;
        top: 58px;
        bottom: 0;
        overflow: auto;
        background: #fff;
        z-index: 99;
        width: 200px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
    }
    .Top003075.fixed .logo .img1 {
        display: none;
    }
    .Top003075.fixed .logo .img {
        display: block;
    }
    .Top003075 .auto {
        position: relative;
    }
    .menu-show .Top003075 menu {
        left: 0;
        opacity: 1;
    }
    .Top003075 menu li span {
        display: block;
        position: relative;
        line-height: 40px;
        padding: 0 40px 0 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .Top003075 .has-sub span .op:before,
    .Top003075 .has-sub span .op:after {
        background: #ccc;
    }
    .Top003075 .open-menu span {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }
    .Top003075 .open-menu {
        background: #0f55b0;
        border-left: 1px solid #fff;
    }
    .Top003075 .top-right dt {
        font-size: 0;
        padding-right: 10px;
    }
    .Top003075 .top-right dt a {
        font-size: 14px;
    }
    .Top003075 menu li .sub {
        padding: 20px 30px;
        background: #f1f5fa;
    }
    .Top003075 .top-search {
        padding-left: 10px;
        padding-right: 10px;
    }
    .Top003075 .open-sbox {
        font-size: 0;
        width: 25px;
        height: 44px;
        background-position: center center;
    }
}

@media(max-width:640px) {
    .Top003075 menu li span a {
        color: #333;
    }
    .Top003075 menu li.aon span a {
        color: #333;
    }
    .search-show .Top003075 .logo {
        opacity: 0.2
    }
    .search-show .Top003075 .top-search .text {
        width: 43vw;
    }
}


/*Banner003113 */

.Banner003113 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Banner003113 .auto {
    max-width: 1500px;
    width: 86%;
}

.Banner003113 .slider li {
    overflow: hidden;
    position: relative;
    padding-bottom: 12%;
}

.Banner003113 .slider li img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: 0.5s 0.2s ease-out;
}

.Banner003113 video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: fill
}

.Banner003113 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 100px;
    color: #fff;
}

.Banner003113 .txt .ytable {
    height: 100%;
}

.Banner003113 .txt .sub-tit,
.Banner003113 .txt .tit {
    font-family: 'YouSheBiaoTiHei';
    line-height: 0.75;
}

.Banner003113 .txt .sub-tit {
    font-size: 65px;
    position: relative;
}


/* .Banner003113 .txt .sub-tit:before{z-index: -1;position: absolute;left: -0.16em;width: 1em;height: 0.8em;content: '';background: url(../images/Banner003113-text.png) no-repeat;background-size: contain; top:-0.4133em;} */

.Banner003113 .txt .tit {
    font-size: 45px;
    margin: 0.5em 0;
}

.Banner003113 .txt .tit span {
    color: #fff;
}

.Banner003113 .txt .en {
    font-family: 'Oswald-Medium';
    font-size: 16px;
    letter-spacing: 1em;
    margin-bottom: 1.666em;
    transition-delay: 0.9s;
    display: none
}

.Banner003113 .txt .more {
    font-size: 0.16em;
    line-height: 3.125;
    background: url(../images/Banner003113-more.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 1.4375em 0 2.0625em;
    display: inline-block;
    font-family: 'SourceHanSansCN-Normal';
    transition: background 0.3s, transform 0.5s 1.2s, opacity 0.5s 1.2s;
}

.Banner003113 .txt .more:after {
    display: inline-block;
    content: '';
    width: 2.125em;
    height: 0.5em;
    margin-left: 2.0625em;
    background: url(../images/Banner003113-btn-more.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.Banner003113 .txt .more:hover {
    background-image: url(../images/Banner003113-more-hover.png);
    color: #fff;
}

.Banner003113 .txt .more:hover:after {
    background-image: url(../images/Banner003113-btn-more-white.png);
}

.Banner003113 .controls {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 70px;
    z-index: 20;
    line-height: 1.5;
    font-size: 16px;
}

.Banner003113 .controls .auto {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.Banner003113 .controls dl>* {
    float: left;
}

.Banner003113 .controls dt {
    font-family: 'Oswald-Regular';
    color: #fff;
}

.Banner003113 .controls dt>* {
    display: inline-block;
}

.Banner003113 .controls dd {
    margin-left: 28px;
}

.Banner003113 .slick-dots li {
    display: block;
    width: 38px;
    height: 3px;
    overflow: hidden;
    line-height: 100px;
    background: #fff;
    font-size: 0;
    float: left;
    margin: 0 10px;
}

.Banner003113 .slick-dots li:not(.slick-active) {
    background: #fff;
    opacity: 0.3;
}

.Banner003113 .slick-dots li span {
    font-family: 'Oswald-Bold';
    color: #16b4b9;
    width: 28px;
    text-align: left;
    display: block;
}

.Banner003113 .slick-dots li button {
    display: none;
}

.Banner003113 .slick-arrow {
    width: 74px;
    height: 24px;
    background: url(../images/Banner003113-btn.png) no-repeat center center;
    background-size: contain;
    display: block;
}

.Banner003113 .slick-prev {
    display: none!important;
}

@keyframes updown {
    0% {
        top: 8px;
        opacity: 1;
    }
    100% {
        top: 30px;
        opacity: 0;
    }
}

@media (min-width:1025px) {
    .Banner003113 .wap {
        display: none;
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    .Banner003113 .txt {
        font-size: 6.5vw;
    }
    .Banner003113 .controls {
        bottom: 3vw;
    }
}

@media (max-width:1024px) {
    .Banner003113 .txt {
        top: 25px;
    }
    .Banner003113 .txt .ytable {
        height: 50%;
    }
    .Banner003113 video {
        height: 100%;
        max-height: 100%;
    }
    .Banner003113 .txt .sub-tit {
        font-size: 24px;
    }
    .Banner003113 .txt .tit {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width:768px) {
    .Banner003113 .txt {
        font-size: 11vw;
    }
    .Banner003113 .controls {
        bottom: 3vw;
    }
}


/*Floor003117 */

.Floor003117 {
    padding: 5% 0 2% 0;
    overflow: hidden;
    font-family: 'SourceHanSansCN-Normal';
    font-size: 16px;
    position: relative;
}

.Floor003117 .auto {
    max-width: 1500px;
    width: 86%;
}

.title01 {
    position: relative;
    z-index: 1;
    margin-bottom: 2.97%;
    color: #333;
}

.title01 .cn {
    font-family: 'YouSheBiaoTiHei';
    font-size: 60px;
}

.title01 .cn span {
    display: inline-block;
    position: relative;
    line-height: 0.75;
}

.title01 .intro {
    padding: 1.375em 0 2.25em 0;
    position: relative;
}

.title01 .intro:before {
    position: absolute;
    content: '';
    width: 5.75em;
    height: 2px;
    background-color: #0f238c;
    left: 0;
    bottom: 0;
}

.title01 .more {
    line-height: 3.125;
    background: url(../images/Floor003117-more.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 1.4375em 0 2.0625em;
    display: inline-block;
    font-family: 'SourceHanSansCN-Normal';
    transition: background 0.3s;
}

.title01 .more:after {
    display: inline-block;
    content: '';
    width: 2.125em;
    height: 0.5em;
    margin-left: 2.0625em;
    background: url(../images/Floor003117-btn-more.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.title01 .more:hover {
    background-image: url(../images/Floor003117-more-hover.png);
    color: #fff;
}

.title01 .more:hover:after {
    background-image: url(../images/Floor003117-btn-more-white.png);
}

.Floor003117 .edit-info {
    margin-bottom: 2%;
    line-height: 30px;
    font-size: 16px;
    color: #777;
}

.Floor003117 .contact {
    position: relative;
    margin-left: -2.2%;
}

.Floor003117 .contact .main {
    position: absolute;
    left: 0;
    top: 3.334%;
    width: 100%;
    bottom: 20%;
    z-index: 5;
}

.Floor003117 .contact:hover .bg .on,
.Floor003117 .contact:not(:hover) .bg .hover {
    display: none;
}

.Floor003117 .contact .main .ytable {
    height: 100%;
}

.Floor003117 .contact ul {
    max-width: 362px;
    margin: 0 auto;
    width: 70%;
}

.Floor003117 .contact li>* {
    padding-left: 1.875em;
}

.Floor003117 .contact li .hotline {
    font-family: 'Oswald-Medium';
    font-size: 26px;
    color: #0053a1;
    padding-left: 1.1538em;
}

.Floor003117 .contact li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.Floor003117 .contact li aside {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1.375em;
}

.Floor003117 .contact li aside.tel {
    background-image: url(../images/Floor003117-tel.png);
}

.Floor003117 .contact li aside.add-name {
    background-image: url(../images/Floor003117-add.png);
}

.Floor003117 .contact:hover li .hotline,
.Floor003117 .contact:hover li {
    color: #fff;
}

.Floor003117 .contact:hover li aside.tel {
    background-image: url(../images/Floor003117-tel-white.png);
}

.Floor003117 .contact:hover li aside.add-name {
    background-image: url(../images/Floor003117-add-white.png);
}

.Floor003117 .map {
    position: relative;
}

.Floor003117 .map dd {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #0053a1;
    border-radius: 50%;
}

.Floor003117 .map dd:nth-child(1) {
    left: 37%;
    top: 42%;
}

.Floor003117 .map dd:nth-child(2) {
    left: 11%;
    top: 47%;
}

.Floor003117 .map dd:nth-child(3) {
    left: 19%;
    top: 37%;
}

.Floor003117 .map dd:nth-child(4) {
    left: 23%;
    top: 30%;
}

.Floor003117 .map dd:nth-child(5) {
    left: 73%;
    top: 30%;
}

.Floor003117 .map dd:nth-child(6) {
    left: 76%;
    top: 36%;
}

.Floor003117 .map dd:nth-child(7) {
    left: 87%;
    top: 68%;
}

.Floor003117 .map dd:nth-child(8) {
    left: 35.5%;
    top: 38%;
}

.Floor003117 .map dd:nth-child(9) {
    left: 35%;
    top: 44%;
}

.Floor003117 .map dd:nth-child(10) {
    left: 33%;
    top: 40%;
}

.Floor003117 .map dd:nth-child(11) {
    left: 31%;
    top: 35%;
}

.Floor003117 .map dd:nth-child(12) {
    left: 30%;
    top: 45%;
}

.Floor003117 .map dd:nth-child(13) {
    left: 28%;
    top: 42%;
}

.Floor003117 .map dd.active i {
    position: absolute;
    width: 71px;
    height: 71px;
    left: 50%;
    top: 50%;
    margin: -35.5px 0 0 -35.5px;
}

.Floor003117 .map dd.active i:before,
.Floor003117 .map dd.active i:after {
    position: absolute;
    content: '';
    background-color: rgba(230, 0, 19, 0.5);
    border-radius: 50%;
    animation: scale infinite 1s linear;
}

.Floor003117 .map dd.active i:after {
    background-color: rgba(230, 0, 19, 0.2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.Floor003117 .map dd.active i:before {
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    margin: -12.5px 0 0 -12.5px;
}

@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width:1025px) {
    .Floor003117 .contact {
        width: 37.6%;
    }
    .Floor003117 .map {
        width: 54.134%;
        margin-right: 7.334%;
    }
    .Floor003117 .edit-info {
        width: 83%;
    }
}

@media (min-width:641px) {
    .title01 .more {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width:1024px) {
    .title01 .cn {
        font-size: 5vw;
    }
}

@media (max-width:640px) {
    .Floor003117 {
        font-size: 3.5vw;
        padding: 4% 0;
    }
    .title01 {
        text-align: center;
    }
    .title01 .cn {
        font-size: 26px;
    }
    .title01 .intro {
        margin-bottom: 4vw;
        padding: 0;
        padding: 2%;
        font-size: 15px;
    }
    .title01 .intro:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .title01 .more {
        background-image: url(../images/Floor003117-more-hover.png);
        color: #fff;
        display: none;
    }
    .title01 .more:after {
        background-image: url(../images/Floor003117-btn-more-white.png);
    }
    .Floor003117 .contact li:not(:last-child) {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }
    .Floor003117 .map dd {
        transform: scale(0.7);
    }
}


/*Floor002745 */


/*slick Basic*/

.Floor002745 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002745 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002745 .slick-list:focus {
    outline: none
}

.Floor002745 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002745 .slick-slider .slick-track,
.Floor002745 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.Floor002745 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002745 .slick-track:before,
.Floor002745 .slick-track:after {
    display: table;
    content: '';
}

.Floor002745 .slick-track:after {
    clear: both;
}

.Floor002745 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002745 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002745 .slick-slide .slick-loading img {
    display: none;
}

.Floor002745 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002745 .slick-initialized .slick-slide {
    display: block;
}

.Floor002745 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002745 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002745 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/

.Floor002745 li.slick-slide {
    padding: 50px 0;
}

.Floor002745 li.slick-slide .icon {
    width: 60%;
    max-width: 114px;
    margin: 0 auto;
    position: relative;
}

.Floor002745 li.slick-slide .icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #eee;
}

.Floor002745 li.slick-slide .icon img {
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.Floor002745 li.slick-slide aside {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-top: 10px;
    position: relative;
    z-index: 3;
}

.Floor002745 li.slick-slide:hover .icon:before {
    animation: Floor002745 1s ease infinite;
    -webkit-animation: Floor002745 1s ease infinite;
    -ms-animation: Floor002745 1s ease infinite;
}

@-webkit-keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-ms-keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes Floor002745 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.Floor002745 .slick-dots {
    text-align: center;
    padding: 0 0 20px 0;
}

.Floor002745 .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 6px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 2px;
}

.Floor002745 .slick-dots li button {
    display: none;
}

.Floor002745 .slick-dots li.slick-active {
    background: #eb422c;
}

@media (max-width:640px) {
    .Floor002745 li.slick-slide aside {
        font-size: 14px;
    }
    .Floor002745 .slick-dots {
        margin-bottom: 0
    }
}


/*
 .Floor002804 为demo编号
 */

.Floor002804 .auto {
    max-width: 1500px;
    width: 86%;
}

.Floor002804 .main {
    background: url(../images/Floor002804-bg.jpg) no-repeat center top;
    background-size: cover;
}

.Floor002804 li {
    width: 33.3333%;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    float: left;
    padding: 10% 1.8% 9% 1.8%;
    transition: all ease 0.5s;
    overflow: hidden;
}

.Floor002804 li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.2;
}

.Floor002804 li:last-child:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.2;
}

.Floor002804 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.Floor002804 li h3 {
    text-align: center;
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    color: #fff;
    position: relative;
}

.Floor002804 li figure {
    text-align: center;
    margin-bottom: 8%;
}

.Floor002804 li p {
    font-size: 15px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #fff;
    margin: 15% 0;
    text-align: center;
    display: none;
}

.Floor002804 i {
    display: block;
    margin: 0 auto;
    margin-top: 5%;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #fff;
}

.Floor002804 .morebtn {
    margin: 0 auto;
    margin-top: 5%;
    padding-top: 0;
    display: none;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #0f238c;
    position: relative;
    overflow: hidden;
    background-image: url(../images/Floor003116-more.png);
}

.Floor002804 .morebtn:after {
    position: absolute;
    content: '';
    left: -10px;
    width: 50px;
    top: 0;
    height: 8px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    border: 1px solid #0f238c;
    transition: 0.3s;
}

.Floor002804 li:hover {
    background-color: rgba(15, 35, 140, 0.9);
}

.Floor002804 li:hover h3,
.Floor002804 li:hover p {
    color: #fff;
}

.Floor002804 li:hover h3::before {
    background-color: #fff;
}

.Floor002804 li:hover figure {
    animation: ease 0.6s hover002804;
}

.Floor002804 li:hover i {
    display: block;
    animation: ease 0.6s hover002804;
}

.Floor002804 li:hover .morebtn {
    display: block;
}

@media(max-width:1024px) {
    .Floor002804 li h3 {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .Floor002804 .main {
        padding: 3% 0;
    }
    .Floor002804 li:before {
        display: none;
    }
    .Floor002804 li {
        width: 100%;
        padding: 6% 3%;
    }
    .Floor002804 li figure {
        margin-bottom: 0;
    }
    .Floor002804 li h3 {
        font-size: 16px;
    }
    .Floor002804 li p {
        margin: 5% 0;
    }
}

@media(max-width:480px) {
    .Floor002804 li span {
        display: none;
    }
    .Floor002804 li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .Floor002804 li:nth-child(1):before,
    .Floor002804 li:nth-child(3):before,
    .Floor002804 li:last-child:after {
        display: none;
    }
    .Floor002804 li:nth-child(1):after,
    .Floor002804 li:nth-child(2):after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: 0.2;
    }
    .Floor002804 i {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

@keyframes hover002804 {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes hover002804 {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes hover002804 {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/*Floor003099 */

.Floor003099 {
    font-family: 'SourceHanSerifCN-Regular';
    padding: 4% 0;
}

.Floor003099 .auto {
    max-width: 1600px;
    overflow: hidden;
}

.Floor003099 .slider .slick-list li a {
    display: block;
    margin: 0 2.55vw;
}

.Floor003099 .pic {
    overflow: hidden;
    position: relative;
    margin-right: 3px;
}

.Floor003099 .pic:before,
.Floor003099 .pic:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transition: 0.5s;
    border: 3px solid transparent;
    z-index: 10;
}

.Floor003099 .pic:before {
    left: 0;
    bottom: 0;
    border-left-color: #0f238c;
    border-bottom-color: #0f238c;
}

.Floor003099 .pic:after {
    right: 0;
    top: 0;
    border-right-color: #0f238c;
    border-top-color: #0f238c;
}

.Floor003099 li a:hover .pic:after,
.Floor003099 li a:hover .pic:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.Floor003099 .pic .Ispic {
    padding-bottom: 60%;
    transition: 0.5s;
}

.Floor003099 li a:hover .Ispic {
    transform: scale(0.8);
}

.Floor003099 .slider li .txt {
    padding: 5% 5% 7% 5%;
    background: #f7f7f7;
}

.Floor003099 .slider .slick-dots {
    display: table;
    margin: 0 auto;
}

.Floor003099 .slider .slick-dots li {
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 12px;
    background: #eaeaea;
}

.Floor003099 .slider .slick-dots li button {
    display: none;
}

.Floor003099 .slider .slick-dots li.slick-active {
    border-color: #ff0000;
    background: none;
}

.Floor003099 .txt label {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 1.5vw;
}

.Floor003099 .txt time {
    font-size: 12px;
    color: #666;
}

.Floor003099 .txt .tit {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    min-height: 30px;
    margin: 10px 0;
    font-weight: bold;
}

.Floor003099 .txt .dot:hover {
    color: #0f238c;
}

.Floor003099 .txt p {
    line-height: 1.714;
}

@media(min-width:641px) {
    .Floor003099 .slider {
        margin: 0 -2.55vw;
    }
}

@media(max-width:640px) {
    .Floor003099 .txt .tit {
        font-size: 5vw;
    }
}

@media(max-width:480px) {
    .Floor003099 .txt .tit {
        font-size: 17px;
    }
}


/*Floor003116 */

.Floor003116 {
    padding: 4% 0;
    overflow: hidden;
    font-family: 'SourceHanSansCN-Normal';
    font-size: 16px;
    background: #f7f7f7;
}

.Floor003116 .auto {
    max-width: 1500px;
    width: 86%;
}

.Floor003116 .title {
    color: #333;
    position: relative;
    z-index: 1;
    margin-bottom: 4.22%;
}

.Floor003116 .title .cn {
    font-family: 'YouSheBiaoTiHei';
    font-size: 60px;
}

.Floor003116 .title .cn span {
    display: inline-block;
    position: relative;
    line-height: 0.75;
}

.Floor003116 .title .intro {
    padding: 1.375em 0 2.25em 0;
    position: relative;
}

.Floor003116 .title .intro:before {
    position: absolute;
    content: '';
    width: 5.75em;
    height: 2px;
    background-color: #0f238c;
    left: 0;
    bottom: 0;
}

.Floor003116 .title .more {
    line-height: 3.125;
    background: url(../images/Floor003116-more.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 1.4375em 0 2.0625em;
    display: inline-block;
    font-family: 'SourceHanSansCN-Normal';
    transition: background 0.3s;
}

.Floor003116 .title .more:after {
    display: inline-block;
    content: '';
    width: 2.125em;
    height: 0.5em;
    margin-left: 2.0625em;
    background: url(../images/Floor003116-btn-more.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.Floor003116 .title .more:hover {
    background-image: url(../images/Floor003116-more-hover.png);
    color: #fff;
}

.Floor003116 .title .more:hover:after {
    background-image: url(../images/Floor003116-btn-more-white.png);
}

@media (min-width:641px) {
    .Floor003116 .title .more {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width:1024px) {
    .Floor003116 .title .cn {
        font-size: 5vw;
    }
}

@media (max-width:640px) {
    .Floor003116 {
        font-size: 3.5vw;
        padding: 10% 0;
    }
    .Floor003116 .title {
        text-align: center;
    }
    .Floor003116 .title .cn {
        font-size: 24px;
    }
    .Floor003116 .title .intro {
        margin-bottom: 4vw;
    }
    .Floor003116 .title .intro:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .Floor003116 .title .more {
        display: none;
    }
}

@media(min-width:1201px) {
    .Floor003116 .shoufengqin {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.Floor003116 .shoufengqin ul {
    display: table;
    width: 100%;
}

.Floor003116 .shoufengqin li {
    display: table-cell;
    cursor: pointer;
    transition: 0.3s;
    width: 13.12%;
    padding-bottom: 34.883%;
    position: relative;
}

.Floor003116 .shoufengqin li.active {
    width: 60.64%;
}

.Floor003116 .shoufengqin li .inner {
    left: 10px;
    right: 10px;
    position: absolute;
    height: 100%;
    background: #000;
}

.Floor003116 .shoufengqin li .Ispic {
    height: 100%;
    opacity: 0.6;
}

.Floor003116 .shoufengqin li.active .Ispic {
    opacity: 1;
}

.Floor003116 .shoufengqin li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 20px 20px 50px 20px;
    color: #fff;
    font-size: 24px;
}

.Floor003116 .shoufengqin li .txt aside.dot {
    margin-bottom: 10px;
}

.Floor003116 .shoufengqin li .txt:after {
    background: url(../images/Floor003116_more.png) no-repeat;
    width: 27px;
    height: 6px;
    content: '';
    display: block;
}

.Floor003116 .shoufengqin li.active .txt {
    padding-left: 42px;
    padding-right: 42px;
}

.Floor003116 .shoufengqin li.active a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

@media(max-width:1024px) {
    .Floor003116 .shoufengqin li:not(.active) .txt aside.dot {
        display: none;
    }
    .Floor003116 .shoufengqin li .inner {
        left: 5px;
        right: 5px;
    }
    .Floor003116 .shoufengqin li .txt {
        padding-bottom: 30px;
    }
}

@media(max-width:768px) {
    .Floor003116 .shoufengqin li .txt {
        font-size: 18px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .Floor003116 .shoufengqin li.active .txt {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Floor003116 .shoufengqin li .inner {
        left: 1px;
        right: 1px;
    }
}

@media(max-width:480px) {
    .Floor003116 .shoufengqin .ul {
        margin-left: -1%;
        overflow: hidden;
    }
    .Floor003116 .shoufengqin li {
        display: block;
        width: 49%;
        float: left;
        margin-left: 1%;
        margin-bottom: 2%;
        padding-bottom: 28%;
    }
    .Floor003116 .shoufengqin li.active {
        width: 49%;
    }
    .Floor003116 .shoufengqin li .txt aside.dot {
        margin-bottom: 0;
        font-size: 17px;
        font-weight: bold;
    }
    .Floor003116 .shoufengqin li:not(.active) .txt aside.dot {
        display: block;
        font-size: 17px;
        font-weight: bold;
    }
}


/*Bottom003043 */

.Bottom003043 {
    font-family: 'SourceHanSansCN-Light';
    background: url("../images/Bottom003043_bg.jpg") no-repeat center top;
    background-size: cover;
}

.Bottom003043 .auto {
    max-width: 1500px;
    width: 86%;
}

.Bottom003043,
.Bottom003043 a {
    color: rgba(255, 255, 255, 0.4);
}

.Bottom003043 a:hover {
    color: #fff;
}

.Bottom003043 .b-top {
    padding: 4% 0 2% 0;
}

.Bottom003043 .contact ul {
    display: table;
}

.Bottom003043 .contact ul>* {
    display: table-cell;
    vertical-align: middle;
}

.Bottom003043 .ewm {
    text-align: center;
}

.Bottom003043 .contact ol {
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 30px;
}

.Bottom003043 .contact ol:last-child {
    margin-right: 0px;
}

.Bottom003043 .contact .text {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.Bottom003043 .contact .tel {
    font-family: 'Bebas';
    font-size: 28px;
    color: #1051bf;
}

.Bottom003043 .contact p {
    margin-bottom: 0;
    line-height: 1.785em;
    margin-top: 0.5em;
}

@media(max-width:640px) {
    .Bottom003043 .contact ol {
        width: 22vw;
    }
    .Bottom003043 .contact .tel {
        font-size: 5.5vw;
    }
    .Bottom003043 .contact p {
        font-size: 3vw;
    }
}

.Bottom003043 .b-top nav {
    width: 63%;
}

.Bottom003043 .b-top nav dl {
    float: left;
    max-width: 120px;
}

.Bottom003043 .b-top nav dl.row2 {
    max-width: 200px;
}

.Bottom003043 .b-top nav dl.row2 dd {
    float: left;
    width: 50%;
}

.Bottom003043 .b-top nav dt {
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    margin-bottom: 15px;
}

.Bottom003043 .b-top nav dt a {
    color: #fff;
}

.Bottom003043 .b-top nav dd {
    background: url("../images/Bottom003043_aicon.png") no-repeat left center;
    padding: 5px 0 5px 10px;
    line-height: 20px;
}

.Bottom003043 .b-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
}

.Bottom003043 .b-bottom nav {
    margin-bottom: 10px;
}

.Bottom003043 .b-bottom nav a {
    display: inline-block;
}

.Bottom003043 .b-bottom nav a:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 10px;
    vertical-align: middle;
}

@media(max-width:1024px) {
    .Bottom003043 .b-top nav {
        display: none;
    }
}


/* 栏目页 */

.ban {
    width: 100%;
}

.ban img {
    width: 100%;
}

.lmlist {
    background: #fafafa;
}


/*Menu002306*/

.Menu002306 .side-title {
    line-height: 80px;
    background-color: #0f55b0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 75px 0 32px;
    position: relative;
    border-radius: 8px 0 0 0;
}

.Menu002306 .side-title::after,
.Menu002306 .side-title::before {
    content: '';
}

.Menu002306 .side-title::after {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-left: 20px;
}

.Menu002306 .side-menu {
    border-radius: 0 0 50px 0;
    background-color: #f3f7f9;
    padding-bottom: 50px;
    overflow: hidden;
}

.Menu002306 .side-menu li a {
    display: block;
    line-height: 36px;
}

.Menu002306 .side-menu>ul>li {
    border-bottom: 1px solid #e7f0f4;
}

.Menu002306 .side-menu>ul>li>a {
    padding: 0 32px;
    font-weight: bold;
    color: #002870;
    line-height: 55px;
    position: relative;
    font-size: 16px;
}

.Menu002306 .side-menu>ul>li>a::after {
    position: absolute;
    content: '>';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0f55b0;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-family: 宋体;
    font-size: 12px;
    right: 16px;
    top: 50%;
    margin-top: -8px;
}

.Menu002306 .side-menu>ul>li ul {
    display: none;
    padding: 10px 15px;
}

.Menu002306 .side-menu>ul>li>ul {
    padding-left: 32px;
    padding-right: 32px;
}

.Menu002306 .side-menu>ul>li>ul>li>a {
    background: url(../images/Menu002306-a_off.png) no-repeat left center;
    padding-left: 15px;
}

.Menu002306 .side-menu ul li ul li ul li a::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #555;
    margin-right: 10px;
}

.Menu002306 .side-menu li.select>a {
    background-color: #e7f0f4;
}

.Menu002306 .side-menu li.select>a::after {
    transform: rotate(90deg);
}

.Menu002306 .side-menu ul li ul li.select>a {
    background-color: transparent;
    background-image: url(../images/Menu002306-a_on.png);
    font-weight: bold;
    color: #002870;
    font-size: 16px;
}

.Menu002306 .side-open_menu {
    display: none;
}

@media(min-width:1025px) {
    .Menu002306 .side-menu {
        display: block !important;
    }
}

@media(max-width:1024px) {
    .Menu002306 {
        padding-top: 0;
    }
    .Menu002306 .side-open_menu {
        display: block;
        border: 2px solid #0f55b0;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #002870;
        border-radius: 0 0 5px 5px;
        position: relative;
    }
    .Menu002306 .side-open_menu::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #0f55b0;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .Menu002306 .side-menu {
        display: none;
        padding-bottom: 20px;
    }
}


/*
 .RighInfo001277 为demo编号
 */

.RighInfo001277 .list_img {
    float: left;
    width: 55.6%;
    position: relative;
}

.RighInfo001277 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo001277 .big_img li figure {
    border: 1px solid #dcdcdc;
    background-size: contain;
}

.RighInfo001277 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo001277 .list .bd {
    position: relative;
}

.RighInfo001277 .list a {
    position: absolute;
    width: 17.1%;
    height: 40px;
    right: 0;
    background: url(../images/RighInfo001277-btn_prev.png) no-repeat center center/auto 50%;
    cursor: pointer;
}

.RighInfo001277 .list a.prev {
    top: 0;
}

.RighInfo001277 .list a.next {
    bottom: 0;
    background-image: url(../images/RighInfo001277-btn_next.png);
}

.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop {
    cursor: default;
}

.RighInfo001277 .list li {
    height: 130px;
    position: relative;
}

.RighInfo001277 .list li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    bottom: 9px;
    background-size: contain;
    border: 1px solid #f2f2f2;
}

.RighInfo001277 .list li.on figure {
    border: 2px solid #0f55b0;
}

.RighInfo001277 .right_info {
    float: right;
    width: 39.2%;
}

.RighInfo001277 .right_info h1,
.RighInfo001277 .right_info h3,
.RighInfo001277 .right_info p {
    margin: 0;
    padding: 5% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo001277 .right_info h1 {
    padding: 7% 0;
    color: #0f55b0;
    font-size: 26px;
}

.RighInfo001277 .right_info h3 {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo001277 .right_info p {
    line-height: 30px;
    color: #999;
    margin-bottom: 10%;
}

.RighInfo001277 .right_info a {
    display: inline-block;
    border: 1px solid #fdf3f2;
    padding: 10px 5%;
    color: #0f55b0;
    transition: 0.4s;
}

.RighInfo001277 .right_info a:hover {
    background-color: #0f55b0;
    color: #fff;
}

.RighInfo001277 .tab {
    padding: 3% 0;
}

.RighInfo001277 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo001277 .tab .h1_tab span {
    float: left;
    padding: 0 5%;
    line-height: 50px;
    background-color: #f2f2f3;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo001277 .tab .h1_tab span.on {
    background-color: #0f55b0;
    color: #fff;
}

.RighInfo001277 .tab .info {
    padding-top: 3%;
}

.RighInfo001277 .tab .info .tip {
    font-size: 18px;
    color: #0f55b0;
    margin-bottom: 20px;
    font-weight: bold;
}

.RighInfo001277 .tab .info .tipp {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 30px !important;
}

.RighInfo001277 .tab .info .tipp span {
    color: #0f55b0;
    font-weight: bold;
}

.RighInfo001277 .ul_download li {
    border-bottom: 1px solid #d1d1d3;
    line-height: 34px;
    background: url(../images/RighInfo001277-icon_download.png) no-repeat right center;
    padding: 10px 0;
}

.RighInfo001277 .ul_download li a {
    padding: 0 38px;
    background: url(../images/RighInfo001277-icon.png) no-repeat left center;
}

@media(max-width:768px) {
    .RighInfo001277 .list_img,
    .RighInfo001277 .right_info {
        float: none;
        width: auto;
    }
}

@media(max-width:640px) {
    .RighInfo001277 .list li {
        height: 100px;
    }
    .RighInfo001277 .right_info h1 {
        font-size: 18px;
    }
    .RighInfo001277 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo001277 .list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .RighInfo001277 .list a {
        height: 28px;
    }
    .RighInfo001277 .list li {
        height: 80px;
    }
    .RighInfo001277 .tab .h1_tab {
        font-size: 14px;
    }
    .RighInfo001277 .tab .h1_tab span {
        padding: 0 3%;
    }
    .RighInfo001277 .right_info h1,
    .RighInfo001277 .right_info h3,
    .RighInfo001277 .right_info p {
        padding: 10px 0;
    }
    .RighInfo001277 .right_info {
        padding-top: 10px;
    }
}


/*PicList002120 */

.PicList002120 {
    padding: 3% 0;
}

.PicList002120 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.PicList002120 li a {
    display: block;
}

.PicList002120 li p {
    margin: 0;
    line-height: 46px;
    padding: 0 2%;
    text-align: center;
    font-size: 16px;
}

.PicList002120 li .table {
    display: none;
}

.PicList002120 li figure {
    padding-bottom: 77%;
    background-size: contain;
}

@media(min-width:641px) {
    .PicList002120 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .PicList002120 li {
        width: 48%;
        margin-right: 4%;
    }
    .PicList002120 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:375px) {
    .PicList002120 li p {
        font-size: 14px;
    }
}


/*Menu001093 */

.Menu001093 {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.Menu001093 .auto {
    max-width: 1400px;
}

.Menu001093 .nav {
    display: table;
    margin: 0 auto;
}

.Menu001093 .nav li {
    float: left;
    position: relative;
    display: table;
    height: 70px;
    margin: 0 1px;
    min-width: 8.334vw;
}

.Menu001093 .nav li a {
    transition: 0.3s;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    padding: 0 5vw;
}

.Menu001093 .nav li a:hover,
.Menu001093 .nav li.aon a {
    background: #004484;
    color: #fff;
}

.Menu001093 .nav li a:after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -6px;
    content: '';
    border: 4px solid transparent;
    border-top-color: #fff;
    width: 0;
    height: 0;
    border-top-width: 6px;
}

@media(max-width:640px) {
    .Menu001093 .nav li {
        height: 10vw;
    }
    .Menu001093 .nav li a {
        font-size: 2.6vw;
    }
    .Floor003065 .txt-info .inner {
        padding-top: 4%;
    }
    .Floor003065 .txt-info .info p {
        font-size: 14px;
        line-height: 25px;
    }
    .Floor003065 .number {
        margin-top: 9%;
    }
}

@media(max-width:480px) {
    .Menu001093 .nav li {
        height: 14vw;
    }
    .Menu001093 .nav li a {
        font-size: 3.5vw;
        padding: 0 3vw;
    }
    .Menu001093 .nav li a:after {
        bottom: 0.5vw;
    }
}


/*Floor002911 */

.Floor002911 {
    background: url("../images/Floor002911_bg.png") no-repeat left top #f6f6f6;
    position: relative;
    z-index: 1;
    padding: 5% 0;
    font-family: Arial, "sans-serif";
}

.Floor002911 .left h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #333;
    margin-top: 0;
}

.Floor002911 .left p {
    font-size: 16px;
    word-break: break-word;
    margin-top: 10px;
}

.Floor002911 .left .pic {
    margin-top: 6.292vw;
}

.Floor002911 .left .title {
    color: #004484;
    font-size: 80px;
    font-family: "Alibaba-PuHuiTi-Bold";
    text-transform: uppercase;
    line-height: 0.875em;
    margin-bottom: 3.021vw;
}

.Floor002911 .right li img {
    display: block;
    width: 100%;
}

.Floor002911 .slider-btn {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.Floor002911 .slider-btn>* {
    display: table-cell;
    vertical-align: middle;
}

.Floor002911 .slider-btn dt {
    width: 166px;
}

.Floor002911 .slick-arrow {
    margin-right: 18px;
    width: 48px;
    float: left;
    border: 1px solid #004484;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    height: 48px;
    position: relative;
}

.Floor002911 .slick-arrow:hover {
    background: #004484;
}

.Floor002911 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #004484;
    border-left: 2px solid #004484;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Floor002911 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -7px;
}

.Floor002911 .slick-arrow:hover:before {
    border-color: #fff;
}

.Floor002911 .slick-dots li {
    float: left;
    list-style: none;
    position: relative;
    height: 1px;
    background: #dedede;
}

.Floor002911 .slick-dots li button {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 0;
    transition: 0.3s;
    width: 0;
}

.Floor002911 .slick-dots li.slick-active button {
    background: #004484;
    width: 100%;
}

@media(min-width:641px) {
    .Floor002911 .left {
        float: left;
        width: 40.715%;
    }
    .Floor002911 .right {
        float: right;
        width: 50%;
    }
    .Floor002911:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 32.657%;
        height: 100%;
        background: url("../images/Floor002911_imgbg.jpg") no-repeat center center;
        background-size: cover;
    }
}

@media(max-width:1024px) {
    .Floor002911 {
        background-size: 30% auto;
    }
    .Floor002911 .left .title {
        font-size: 7vw;
    }
}

@media(max-width:640px) {
    .Floor002911 .left {
        padding-bottom: 5vw;
    }
    .Floor002911 .left .title {
        font-size: 10vw;
    }
    .Floor002911 .left h3 {
        font-size: 6vw;
    }
    .Floor002911 .left p.dot3 {
        font-size: 4vw;
    }
}


/*
 .Floor002384 为demo编号
 */

.Floor002384 {
    padding: 5% 0;
}

.Floor002384 dd {
    float: left;
    width: 12.8%;
    padding-right: 7px;
    transition: width ease-in-out 0.3s;
}

.Floor002384 dd .inner {
    position: relative;
    overflow: hidden;
}

.Floor002384 dd:last-child {
    margin-right: 0;
}

.Floor002384 dd.active {
    width: 48.5%;
}

.Floor002384 dd .pic {
    display: block;
    height: 343px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: all ease-out 0.6s;
}

.Floor002384 dd .txt,
.Floor002384 dd .name {
    position: absolute;
}

.Floor002384 dd .txt {
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 2%;
    padding-left: 19%;
    width: 100%;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=65);
    background: #000;
    line-height: 27px;
    transform: translateY(100%);
    transition: all ease 0.3s;
}

.Floor002384 dd .txt p {
    margin: 0;
    color: #fff;
    z-index: 1;
    position: relative;
}

.Floor002384 dd.active .txt {
    transform: translateY(0);
    transition: all ease-in-out 0.5s 0.3s;
}

.Floor002384 dd .name {
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 3;
    width: 100%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.Floor002384 dd .name ol {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12% 0 12% 0;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=65);
    background: #000;
    transition: all ease-in-out 0 0.5s;
}

.Floor002384 dd .name ol em {
    display: none;
}

.Floor002384 dd.active .name ol em {
    display: inline-block;
    font-size: 50px;
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.Floor002384 dd .name ol a {
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.Floor002384 dd.active .name {
    width: 17%;
    text-shadow: none;
}

.Floor002384 dd.active .name ol {
    background: rgba(0, 68, 132, 1) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #004484;
    top: auto;
    bottom: 0;
    transition: all ease-in-out 0.5s 0.5s;
}

.Floor002384 dd.active .name ol em {
    box-shadow: none;
    font-style: normal;
}

.Floor002384 .Title {
    padding: 2% 0;
    position: relative;
}

.Floor002384 .Title h3 {
    font-size: 26px;
    color: #004484;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.Floor002384 .Title span {
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px
}

.Floor002384 .Title h3:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #9e9e9e;
    left: 0;
    bottom: -2px;
}

.Floor002384 .Title a {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 38px;
    height: 18px;
    background: url(../images/Floor002384-case_ico.png) no-repeat center;
}

@media(max-width:899px) {
    .Floor002384 dd .name ol {
        padding: 3% 0 3% 0;
    }
    .Floor002384 dl {
        margin: 0 -3px;
        overflow: hidden;
    }
    .Floor002384 dd {
        width: 50% !important;
        padding: 3px;
    }
    .Floor002384 dd .pic {
        height: auto;
        padding-bottom: 60%;
    }
    .Floor002384 dd .txt {
        padding: 10px 0;
    }
    .Floor002384 dd .txt p {
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }
    .Floor002384 dd .txt {
        padding-left: 32%;
    }
    .Floor002384 dd.active .name {
        width: 30%;
    }
    .Floor002384 .Title h3 {
        font-size: 20px;
    }
    .Floor002384 dd .name ol em {
        font-size: 35px !important;
    }
    .Floor002384 dd .name ol a {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .Floor002384 dd .name ol em {
        font-size: 30px;
    }
    .Floor002384 dd .name ol a {
        font-size: 13px;
    }
    .Floor002384 dd {
        width: 100% !important;
    }
}


/*
 .Floor002794
 */

.Floor002794 {
    padding: 5% 0;
    background: url(../images/Floor002794-bj.jpg) no-repeat center;
}

.Floor002794 .title h1 {
    background: url(../images/Floor002794-title.png) no-repeat center top;
    margin: 0 0 4%;
    padding: 28px 0 0;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.Floor002794 .title h1:after {
    background: #fff;
    display: block;
    content: '';
    margin: 25px auto 0;
    width: 2px;
    height: 22px;
}

.Floor002794 .item {
    overflow: hidden;
    text-align: center;
}

.Floor002794 .item a {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 206px;
}

.Floor002794 .item figure img {
    width: 74%;
    max-width: 150px;
    margin: 0 auto;
    transition: 0.3s;
}

.Floor002794 .item a:hover figure img {
    transform: rotateY(180deg);
}

.Floor002794 .item h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    margin-top: 20px;
}

.Floor002794 .owl-nav div {
    position: absolute;
    top: 50%;
    width: 14px;
    overflow: hidden;
    line-height: 1000px;
    height: 28px;
    margin-top: -20px;
    background: url(../images/Floor002794-btn.png) no-repeat left top;
    z-index: 10;
}

.Floor002794 .owl-nav .owl-prev {
    left: 0;
    margin-left: -40px;
}

.Floor002794 .owl-nav .owl-next {
    right: 0;
    margin-right: -40px;
    background-position: right top;
}

@media(max-width:1460px) {
    .Floor002794 .owl-carousel {
        padding: 0 30px;
    }
    .Floor002794 .owl-nav .owl-prev {
        margin-left: 0;
    }
    .Floor002794 .owl-nav .owl-next {
        margin-right: 0;
    }
    .Floor002794 .item h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .Floor002794 .title h1 {
        background: url(../images/Floor002794-title2.png) no-repeat center top;
        font-size: 22px;
    }
}


/*Floor002619 */

.Floor002619 {
    background: #fff;
    padding: 3% 0 5% 0;
}

.title-cp {
    position: relative;
    color: #1b1b1b;
    font-size: 36px;
    margin-bottom: 2%;
}

.title-cp b {
    color: #004484;
    font-size: 60px;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    margin-right: 20px;
}

@media(max-width:1200px) {
    .title-cp b {
        font-size: 70px;
    }
}

@media(max-width:640px) {
    .title-cp {
        font-size: 24px;
    }
    .title-cp b {
        font-size: 50px;
    }
}

@media(max-width:480px) {
    .title-cp {
        font-size: 20px;
    }
    .title-cp b {
        font-size: 36px;
        margin-right: 10px;
    }
}

.Floor002619 .slider-main {
    overflow: hidden;
}

.Floor002619 .controls {
    position: relative;
    /*overflow:hidden; */
    margin-top: 4%;
}

.Floor002619 .controls .pager li {
    float: left;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.Floor002619 .controls .pager li button {
    display: none;
}

.Floor002619 .controls .pager li.slick-active {
    border-color: #004484;
}

.Floor002619 .controls .pager li.slick-active::before {
    border-radius: 50%;
    background: #004484;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    position: absolute;
    content: '';
}

.Floor002619 .controls dd {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
}

.Floor002619 .controls dd .slick-arrow {
    color: #9f9f9f;
    padding-bottom: 5px;
    border: 0;
    background: none;
    border-bottom: 1px solid #9f9f9f;
    display: block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.Floor002619 .controls dd .slick-arrow::after {
    position: absolute;
    content: '';
    bottom: -5.5px;
    border: 5px solid transparent;
}

.Floor002619 .controls dd .slick-next {
    padding-right: 37px;
}

.Floor002619 .controls dd .slick-next::after {
    right: -5px;
    border-left-color: #9f9f9f;
}

.Floor002619 .controls dd .slick-prev {
    padding-left: 37px;
}

.Floor002619 .controls dd .slick-prev::after {
    left: -5px;
    border-right-color: #9f9f9f;
}

.Floor002619 .controls dt {
    display: table;
}

.Floor002619 .controls dt>* {
    display: table-cell;
    vertical-align: middle;
}

.Floor002619 .controls dt .cur {
    color: #d0d0d0;
    font-size: 64px;
    font-weight: bold;
    padding-right: 20px;
}

.Floor002619 .controls dt .cur::before {
    display: inline-block;
    content: '';
    width: 47px;
    height: 3px;
    background: #ccc;
    margin-right: 5px;
    vertical-align: middle;
}


/*slick Basic*/

.Floor002619 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002619 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002619 .slick-list:focus {
    outline: none
}

.Floor002619 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002619 .slick-slider .slick-track,
.Floor002619 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.Floor002619 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002619 .slick-track:before,
.Floor002619 .slick-track:after {
    display: table;
    content: '';
}

.Floor002619 .slick-track:after {
    clear: both;
}

.Floor002619 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002619 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002619 .slick-slide .slick-loading img {
    display: none;
}

.Floor002619 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002619 .slick-initialized .slick-slide {
    display: block;
}

.Floor002619 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002619 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002619 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/

.Floor002619 li.slick-slide {
    position: relative;
}

.Floor002619 li.slick-slide .inner {
    position: relative;
    background: url(../images/Floor002619_bg.jpg) repeat;
}

.Floor002619 li.slick-slide .img {
    position: relative;
    z-index: 1;
}

.Floor002619 li.slick-slide .img img {
    display: block;
    width: 100%;
}

.Floor002619 li.slick-slide .img .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 92.7%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.Floor002619 li.slick-slide .img .play i {
    position: absolute;
    border: 2px solid #004484;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 50% auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/Floor002619_play.png) no-repeat center center;
}

@media(min-width:769px) {
    .Floor002619 li.slick-slide .img {
        /* float:left; */
        width: 56.6%;
    }
    .Floor002619 li.slick-slide .txt {
        position: absolute;
        right: -1px;
        top: 0;
        width: 43.4%;
        height: 100%;
        z-index: 3;
    }
    .Floor002619 li.slick-slide .txt .ytable {
        height: 100%;
    }
    .Floor002619 li.slick-slide .txt:before {
        position: absolute;
        content: '';
        background: url(../images/Floor002619_bg_2.png) no-repeat center top;
        background-size: 100% auto;
        left: -27.25%;
        width: 27.3%;
        top: 0;
        height: 100%;
    }
}

.Floor002619 li.slick-slide .txt .ytable {
    position: relative;
    z-index: 10;
    width: 100%;
}

.Floor002619 li.slick-slide .txt .ytable-cell>* {
    padding: 0 14%;
    margin: 0;
    color: #ccc;
}

.Floor002619 li.slick-slide .txt h2 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-family: "Times New Roman", Times, serif;
}

.Floor002619 li.slick-slide .txt h2 .mark {
    position: absolute;
    height: 2px;
    width: 12%;
    background: rgba(217, 217, 217, 0.1);
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.Floor002619 li.slick-slide .txt h2 .mark::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: url(../images/Floor002619_bg.jpg) no-repeat center center;
}

.Floor002619 li.slick-slide .txt h3 {
    font-size: 26px;
    font-weight: normal;
}

.Floor002619 li.slick-slide .txt .ytable-cell p {
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 7% 0;
    line-height: 24px;
}

.Floor002619 .more a {
    display: inline-block;
    position: relative;
    color: #6b6b6b;
    font-size: 12px;
    padding-right: 26px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.Floor002619 .more a::after {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    bottom: -6px;
    right: -6px;
    border-left-color: #ccc;
}

.Floor002619_video {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.Floor002619_video .close {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 40px;
    height: 40px;
}

.Floor002619_video .close::before,
.Floor002619_video .close::after {
    position: absolute;
    content: '';
    transform: rotate(-45deg);
    width: 100%;
    height: 3px;
    background: #fff;
}

.Floor002619_video .close::after {
    transform: rotate(45deg);
}

.Floor002619_video .ytable {
    height: 100%;
}

.Floor002619_video .files {
    margin: 0 auto;
    width: 96%;
    max-width: 800px;
    max-height: 50%;
}

.Floor002619_video .files video {
    background: #000;
}

@media(min-width:1025px) {
    .Floor002619 .slider {
        width: 75.016%;
    }
    .Floor002619 .slider .slick-list {
        overflow: inherit;
    }
    .Floor002619 li.slick-slide .inner {
        margin-right: 83px;
    }
    .Floor002619 li.slick-slide .txt .ytable {
        margin-left: -7.5%;
    }
}

@media(max-width:1693px) {
    .Floor002619 {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media(max-width:1440px) {
    .Floor002619 li.slick-slide .txt h2 {
        font-size: 32px;
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor002619 li.slick-slide .inner {
        margin-right: 40px;
    }
}

@media(max-width:768px) {
    .Floor002619 li.slick-slide .txt {
        margin-left: 0;
        padding: 5% 0;
    }
    .Floor002619 li.slick-slide .txt p {
        margin: 3% 0;
    }
    .Floor002619 li.slick-slide .img .play {
        width: 100%;
    }
    .Floor002619 li.slick-slide .txt h2 {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .Floor002619 .controls dt .cur {
        font-size: 40px;
    }
    .Floor002619 .title,
    .Floor002619 .title b {
        display: block;
    }
    .Floor002619 .title {
        text-align: center;
    }
}


/*列表开始*/


/*Menu002517 */

.Menu002517 .side-title {
    padding-left: 9%;
    font-size: 20px;
    color: #fff;
    background: #004484;
    line-height: 60px;
    font-weight: bold;
}

.Menu002517 .side-title span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    display: none;
}

@media(min-width:1025px) {
    .Menu002517 .side-title span {
        color: #79a1dc;
    }
    .Menu002517 {
        position: relative;
        z-index: 10;
        margin-top: 12%;
    }
}

.Menu002517 .side-menu {
    background: #fff;
}

.Menu002517 .side-menu li {
    border-bottom: 1px solid #ececec;
    font-size: 16px;
}

.Menu002517 .side-menu li a {
    display: block;
    position: relative;
    padding: 0 28px;
    line-height: 50px;
    transition: 0.2s;
}

.Menu002517 .side-menu li a::before {
    opacity: 0;
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #ff4b59;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    border-radius: 50%;
    transition: left 0.2s;
}

.Menu002517 .side-menu li a:hover::before,
.Menu002517 .side-menu li.aon a::before {
    opacity: 1;
    left: 14px;
}

.Menu002517 .side-menu li a:hover,
.Menu002517 .side-menu li.aon a {
    background: #eee;
    color: #333;
}

@media(max-width:1024px) {
    .Menu002517 .side-title {
        padding: 10px 0;
    }
    .Menu002517 .side-menu {
        display: none;
    }
    /*绉诲姩绔?婊氬姩瀵艰埅*/
    .Menu002517 #side-menu .owl-item {
        float: left;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .Menu002517 #side-menu .owl-stage-outer {
        position: relative;
        overflow: hidden;
    }
    .Menu002517 #side-menu .owl-stage {
        position: relative;
        touch-action: manipulation;
    }
    .Menu002517 #side-menu {
        background: #fff;
        padding: 0 20px;
        position: relative;
    }
    .Menu002517 #side-menu li a {
        float: left;
        line-height: 40px;
        padding: 0 30px;
    }
    .Menu002517 #side-menu li.aon a {
        background: #3765a8;
        box-shadow: inset 3px 3px 20px rgba(0, 0, 0, 0.3);
        color: #fff;
    }
    .Menu002517 #side-menu .owl-nav button {
        position: absolute;
        top: 0;
        height: 100%;
        width: 18px;
        border: none;
        background: #3765a8;
        box-shadow: inset 3px 3px 20px rgba(0, 0, 0, 0.3);
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-size: 24px;
    }
    .Menu002517 #side-menu .owl-nav button.owl-prev {
        left: 0;
    }
    .Menu002517 #side-menu .owl-nav button.owl-next {
        right: 0;
    }
    .Menu002517 #side-menu .disabled {
        display: none;
    }
}

@media(max-width:480px) {
    .Menu002517 #side-menu li a {
        padding: 0 20px;
    }
}


/*PicList002093 */

.PicList002093 h1 {
    margin: 0;
    font-size: 16px;
    color: #211c19;
    padding: 2% 0;
}

.PicList002093 .search {
    border: 1px solid #eaeaea;
}

.PicList002093 .search .design_reg {
    position: absolute;
    right: 0;
    bottom: -5px;
    margin-right: -136px;
    padding: 5px;
    border-radius: 3px;
    background-color: #f5ebdb;
}

.PicList002093 .search .design_reg b {
    display: block;
    width: 110px;
    line-height: 33px;
    color: #fff;
    background-color: #e09529;
    border-radius: 3px;
    text-align: center;
}

.PicList002093 .search .design_reg b i {
    font-style: normal;
    font-family: '瀹嬩綋';
    margin-left: 7px;
}

.PicList002093 .search section {
    border: 1px solid #fff;
    background-color: #f6f6f6;
    padding: 2%;
    position: relative;
}

.PicList002093 .search dl {
    margin-bottom: 10px;
}

.PicList002093 .search dt {
    float: left;
    font-size: 16px;
    border-right: 1px solid #d6d6d6;
    padding-right: 24px;
    line-height: 24px;
    margin-right: 24px;
}

.PicList002093 .search dt.end {
    margin-right: 0;
    border-right: 0;
}

.PicList002093 .search dt a {
    color: #9c9c9c;
}

.PicList002093 .search dt a.select {
    color: #e14343;
}

.PicList002093 .search dd {
    position: relative;
    padding-right: 60px;
    margin-right: 136px;
}

.PicList002093 .search dd .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 54px;
    background: #e14343;
    color: #fff;
    border: none;
    cursor: pointer;
}

.PicList002093 .search dd .text {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: url(../images/PicList002093-textbg.png) no-repeat 5px center #fff;
    padding: 0 10px 0 30px;
    line-height: 33px;
    height: 33px;
}

.PicList002093 .list {
    margin-bottom: 10px;
    padding: 40px;
    background: #fff;
    padding-top: 0;
}

.PicList002093 .list td {
    text-align: left;
    padding: 30px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    vertical-align: top;
}

.PicList002093 .list td em {
    font-style: normal;
    font-weight: bold;
    color: #000;
    display: none;
}

.PicList002093 .list tr.odd td {
    background: #fff;
}

.PicList002093 .list tr.tr_top td {
    border-bottom: 1px solid #ccc;
    position: relative;
    font-size: 16px;
}

.PicList002093 .list tr.tr_top td i {
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.PicList002093 .list td .pic {
    overflow: hidden;
    width: 100px;
    height: 80px;
    max-height: 80px;
    border: 1px solid #ddd;
}

.PicList002093 .list td .pic img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.PicList002093 .list td .pic:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.PicList002093 .list td.td_0 {
    width: 16%;
}

.PicList002093 .list td.td_1 {
    width: 26%;
}

.PicList002093 .list td.td_2 {
    width: 40%;
}

.PicList002093 .list td.td_3 {
    width: 20%;
}

.PicList002093 .list td.td_6 {
    width: 10%;
}

.PicList002093 .list td a {
    color: #666;
}

.PicList002093 .list .click_like {
    background: url(../images/PicList002093-icon_like.png) no-repeat center top;
    padding-top: 20px;
    display: inline-block;
}

@media(max-width:640px) {
    .PicList002093 .list {
        background-color: #F9F7F7;
    }
    .PicList002093 .list tr.tr_top {
        display: none;
    }
    .PicList002093 .list td {
        display: block;
        width: auto !important;
        text-align: left;
        border: 0;
        border-bottom: 1px solid #eee;
    }
    .PicList002093 .list tr td:last-child {
        border-bottom: 0;
    }
    .PicList002093 .search dt {
        padding-right: 5%;
        margin-right: 5%;
    }
    .PicList002093 .list td em {
        display: inline-block;
    }
    .PicList002093 .list td.td_6 {
        text-align: center;
    }
}

@media(max-width:375px) {
    .PicList002093 .search dd {
        margin-right: 0;
    }
    .PicList002093 .search .design_reg {
        position: relative;
        margin-right: 0;
        display: inline-block;
        bottom: auto;
        margin-top: 10px;
    }
}


/*Page002545 */

.Page002545 .Pages {
    text-align: center;
    padding: 2% 0;
}

.Page002545 .Pages a {
    display: inline-block;
    vertical-align: middle;
}

.Page002545 .Pages .p_cur,
.Page002545 .Pages .p_count,
.Page002545 .Pages .p_total,
.Page002545 .Pages .p_jump,
.Page002545 .Pages .a_first,
.Page002545 .Pages .a_end {
    display: none;
}

.Page002545 .Pages .a_prev,
.Page002545 .Pages .a_next {
    width: 80px;
    height: 20px;
    overflow: hidden;
    line-height: 1000px;
    position: relative;
}

.Page002545 .Pages .a_prev::before,
.Page002545 .Pages .a_prev::after,
.Page002545 .Pages .a_next::before,
.Page002545 .Pages .a_next::after {
    position: absolute;
    content: '';
}

.Page002545 .Pages .a_prev::before,
.Page002545 .Pages .a_next::before {
    width: 100%;
    left: 0;
    height: 2px;
    background: #004484;
    top: 50%;
    margin-top: -1px;
}

.Page002545 .Pages .a_prev::after,
.Page002545 .Pages .a_next::after {
    border: 5px solid transparent;
    top: 50%;
    margin-top: -5px;
}

.Page002545 .Pages .a_prev::after {
    left: -5px;
    border-right-color: #004484;
}

.Page002545 .Pages .a_next::after {
    right: -5px;
    border-left-color: #004484;
}

.Page002545 .Pages em {
    vertical-align: middle;
    overflow: hidden;
    font-style: normal;
    display: inline-block;
    font-family: "MS Serif", "New York", serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
}

.Page002545 .Pages em a {
    float: left;
    margin: 0 10px;
}

.Page002545 .Pages a.a_cur {
    border-bottom: 2px solid #ccc;
}

@media(max-width:480px) {
    .Page002545 .Pages .a_prev,
    .Page002545 .Pages .a_next {
        width: 50px;
    }
}


/*
 Location000718 为demo编号
 */

.Location000718 h1 {
    color: #333;
    line-height: 2;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    display: inline-block
}

.Location000718 em {
    font-style: normal;
    float: right;
    padding-left: 20px;
    background: url(../images/Location000718_home.jpg) no-repeat left center;
    font-size: 12px;
    line-height: 2;
    margin-top: 34px;
    color: #d6d6d6;
}

.Location000718 em a {
    color: #999;
}

.Location000718 em a:hover {
    text-decoration: underline;
}

.Location000718 em span {
    color: #004484;
    font-weight: bold;
}


/*
 .RighInfo001108 为demo编号
 */

.cp {
    padding-top: 3%;
}

.RighInfo001108 .pic {
    float: left;
    width: 35%;
}

.RighInfo001108 .pic img {
    width: 100%;
}

.RighInfo001108 .txt {
    float: right;
    width: 62%;
    padding-right: 2%;
    color: #333;
}

.RighInfo001108 .txt h1 {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo001108 .txt dl {
    border-top: 1px solid #d9d9d9;
    padding: 3% 0;
    border-bottom: 1px solid #d9d9d9;
}

.RighInfo001108 .txt dd {
    line-height: 26px;
    padding: 5px 0;
}

.RighInfo001108 .txt p {
    line-height: 36px;
}

.RighInfo001108 .txt .contact {
    padding: 3% 0;
}

.RighInfo001108 .txt .contact a {
    color: #008fd7;
    width: 120px;
    text-align: center;
    border: 1px solid #008fd7;
    border-radius: 30px;
    line-height: 34px;
    display: inline-block;
}

.RighInfo001108 .txt .contact a:hover {
    background-color: #008fd7;
    color: #fff;
}

.RighInfo001108 .tab {
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

.RighInfo001108 .tab span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3%;
    line-height: 40px;
    margin: 0 2%;
    background: #eee;
    border-radius: 36px;
    font-size: 16px;
}

.RighInfo001108 .tab span.on {
    background-color: #004484;
    color: #fff;
}

@media(max-width:480px) {
    .RighInfo001108 .pic,
    .RighInfo001108 .txt {
        float: none;
        width: auto;
    }
}


/*RighInfo002939 */

.RighInfo002939 {
    padding-bottom: 3.49vw;
}

.RighInfo002939 .name {
    border-bottom: 1px dotted #cecece;
    text-align: center;
    margin-bottom: 37px;
}

.RighInfo002939 .name h1 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #333;
}

.RighInfo002939 .time {
    color: #c8c8c8;
    padding-bottom: 1.72vw;
    line-height: 16px;
}

.RighInfo002939 .share {
    margin-left: 10px;
}

.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share>* {
    display: inline-block;
    vertical-align: middle;
}

.RighInfo002939 .share em {
    font-style: normal;
}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox * {
    box-sizing: content-box;
}

.RighInfo002939 .edit-info {
    line-height: 2.5625em;
    color: #1e1e1e;
    text-align: justify;
    padding-bottom: 4vw;
}

.RighInfo002939 .info-page {
    border: solid 1px #eee;
}

.RighInfo002939 .info-page dd {
    line-height: 36px;
}

.RighInfo002939 .info-page dd a {
    padding: 0 20px;
}

.RighInfo002939 .info-page dd a:hover {
    color: #d43e45;
}

@media(min-width:641px) {
    .RighInfo002939 .info-page dd {
        float: left;
        width: 50%;
    }
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-left: 1px solid #eee;
    }
    .RighInfo002939 .time,
    .RighInfo002939 .info-page dd a,
    .RighInfo002939 .edit-info {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .RighInfo002939 .info-page dd:nth-child(2) {
        border-top: 1px solid #eee;
    }
    .RighInfo002939 .share {
        display: block;
        padding-top: 10px;
    }
}


/*Floor003065 */

.Floor003065 {
    margin: 3% 0;
    font-size: 16px;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003065 {
        font-size: 1.5vw;
    }
}

@media(max-width:640px) {
    .Floor003065 {
        font-size: 3.5vw;
    }
}

.Floor003065 .auto {
    max-width: 1400px;
}

.Floor003065 .txt-info {
    position: relative;
}

@media(min-width:769px) {
    .Floor003065 .txt-info {
        padding-left: 2.76vw;
    }
    .Floor003065 .ytable-cell {
        width: 50%;
        vertical-align: top;
    }
}

@media(max-width:768px) {
    .Floor003065 .ytable,
    .Floor003065 .ytable-cell {
        display: block;
    }
}

.Floor003065 .video .pic {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    margin-bottom: 2.4vw;
}

.Floor003065 .video .pic img {
    opacity: 0.84;
}

.Floor003065 .video .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.Floor003065 .video .play:before {
    position: absolute;
    content: '';
    width: 86px;
    height: 86px;
    background: url("../images/Floor003065_play.png") no-repeat center center rgba(0, 0, 0, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.Floor003065 .video .pic video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
}

@media(max-width:640px) {
    .Floor003065 .video .play:before {
        width: 20vw;
        height: 20vw;
    }
}

.Floor003065 .number li {
    float: left;
    color: #333;
}

.Floor003065 .number li aside {
    color: #004484;
    margin-bottom: 15px;
}

.Floor003065 .number li aside b {
    font-size: 48px;
    font-weight: 900;
    font-family: 'Arial';
    line-height: 0.85em;
    display: inline-block;
}

.Floor003065 .number li p {
    margin-bottom: 0;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003065 .number li aside b {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .Floor003065 .number li aside b {
        font-size: 8vw;
    }
}

.Floor003065 .txt-info .inner {
    position: relative;
    z-index: 3;
}

.Floor003065 .txt-info .info .name {
    color: #004484;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

.Floor003065 .txt-info .info p {
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 2em;
}

@media(max-width:768px) {
    .Floor003065 .txt-info {
        margin-bottom: 5vw;
    }
}

@media(max-width:640px) {
    .Floor003065 .txt-info .info .name {
        font-size: 5vw;
    }
}


/*PicList002433 */


/*slick Basic*/

.PicList002433 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.PicList002433 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.PicList002433 .slick-list:focus {
    outline: none
}

.PicList002433 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.PicList002433 .slick-slider .slick-track,
.PicList002433 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.PicList002433 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.PicList002433 .slick-track:before,
.PicList002433 .slick-track:after {
    display: table;
    content: '';
}

.PicList002433 .slick-track:after {
    clear: both;
}

.PicList002433 .slick-loading .slick-track {
    visibility: hidden;
}

.PicList002433 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.PicList002433 .slick-slide .slick-loading img {
    display: none;
}

.PicList002433 .slick-slide .dragging img {
    pointer-events: none;
}

.PicList002433 .slick-initialized .slick-slide {
    display: block;
}

.PicList002433 .slick-loading .slick-slide {
    visibility: hidden;
}

.PicList002433 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.PicList002433 .slick-arrow .slick-hidden {
    display: none;
}


/*slick Basic End*/

.PicList002433 {}

.PicList002433 .main {
    padding: 4% 0;
}

.PicList002433 .main .slick-arrow {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px;
    margin-top: -30px;
    border: 1px solid #004484;
    padding: 0;
    background: none;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}

.PicList002433 .main .slick-arrow:hover {
    background: rgb(0, 68, 132);
}

.PicList002433 .main .slick-arrow:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-top: 2px solid #004484;
    border-right: 2px solid #004484;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -11px;
}

.PicList002433 .main .slick-arrow:hover:before {
    border-color: #fff;
}

.PicList002433 .main .slick-prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -5px;
}

.PicList002433 .main .slick-prev {
    left: -59px;
}

.PicList002433 .main .slick-next {
    right: -59px;
}

@media(max-width:1408px) {
    .PicList002433 .main .slick-prev {
        left: 2%;
    }
    .PicList002433 .main .slick-next {
        right: 2%;
    }
}

@media(max-width:640px) {
    .PicList002433 .main .slick-arrow {
        width: 7vw;
        height: 7vw;
        margin-top: -3.5vw;
    }
    .PicList002433 .main .slick-arrow:before {
        width: 40%;
        height: 40%;
        margin: 0;
        left: 40%;
        top: 30%;
    }
    .PicList002433 .main .slick-next:before {
        left: 20%;
    }
}

.PicList002433 .list ul {
    padding: 0 50px;
}

.PicList002433 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}

.PicList002433 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002433 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list li aside {
    padding-top: 35px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002433 .list li .ytable {
    height: 245px;
}

.PicList002433 .list li .ytable-cell {
    vertical-align: bottom;
}

.PicList002433 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 80%;
}

.PicList002433 .list li figure:after {
    position: absolute;
    right: -24px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}

.PicList002433 .list li figure img {
    max-height: 245px;
    padding: 8px;
    padding-top: 12px;
    background: url(../images/PicList002433_kuang.png) no-repeat;
    background-size: 100% 100%;
}

.PicList002433 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 20px;
    max-height: 40px;
    color: #666;
    font-size: 16px;
}

.PicList002433 .list .ul-3 li {
    width: 33.33333333%;
}

.PicList002433 .list .ul-3 li:nth-child(3):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li {
    width: 50%;
}

.PicList002433 .list .ul-2 li:nth-child(2):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 30%;
}

.PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
}

.PicList002433 .list .ul-1 li {
    width: 100%;
}

@media(max-width:640px) {
    .PicList002433 .auto,
    .PicList002433 .list ul {
        padding: 0;
    }
    .PicList002433 .list li p {
        font-size: 12px;
    }
    .PicList002433 .list li .ytable {
        height: 150px;
    }
    .PicList002433 .list li figure img {
        max-height: 150px;
        padding: 3px
    }
    .PicList002433 .list .ul-2 li:nth-child(1)>* {
        padding-left: 30%;
    }
    .PicList002433 .list .ul-2 li:nth-child(2)>* {
        padding-right: 30%;
    }
    .PicList002433 .list .ul-3 li:nth-child(3):after,
    .PicList002433 .list li:first-child:before {
        display: none;
    }
}

@media(max-width:480px) {
    .PicList002433 .list li .ytable {
        height: 100px;
    }
    .PicList002433 .list li figure img {
        max-height: 100px;
    }
}


/*
 .PicList002273 为demo编号
 */

.PicList002273 {
    padding-top: 8%;
}

.PicList002273 .left img {
    width: 100%;
}

.PicList002273 .right .time {
    font-size: 12px;
    color: #999;
    border: 1px solid #c5c6c6;
    padding: 2px 5px;
    margin-top: 8px;
    display: inline-block;
}

.PicList002273 .right .h3 {
    color: #313131;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

.PicList002273 .right .p {
    color: #999;
    font-size: 14px;
}

.PicList002273 ul li {
    margin-bottom: 30px;
    background: #eef0f1;
    padding: 18px 20px;
}

@media screen and (min-width:768px) {
    .PicList002273 .left {
        float: left;
        width: 25%;
    }
    .PicList002273 .right {
        float: right;
        width: 72%;
    }
    .PicList002273 .right .time {
        margin-top: 0px;
    }
    .PicList002273 ul li {
        background: #eef0f1;
    }
}

@media screen and (min-width:1024px) {
    .PicList002273 .right .time {
        margin-top: 15px;
    }
    .PicList002273 ul li:hover {
        border: 1px solid #ee322d;
        box-shadow: 0px 0px 30px #ccc;
    }
    .PicList002273 ul li {
        background: #eef0f1;
        position: relative;
    }
    .PicList002273 ul li .right_btn {
        width: 11px;
        height: 19px;
        background: url(../images/PicList002273-arrow_right.png) no-repeat center;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 48px;
        cursor: pointer;
        margin-top: -10px
    }
    .PicList002273 {
        padding-top: 31px;
    }
}

@media screen and (min-width:1200px) {
    .PicList002273 .left {
        float: left;
        margin-right: 50px;
    }
    .PicList002273 .right {
        float: left;
        width: 600px;
    }
    .PicList002273 .right .time {
        margin-top: 14px;
    }
    .PicList002273 .right .h3 {
        line-height: 18px;
        margin: 28px 0 17px;
    }
    .PicList002273 .right .p {
        line-height: 19px;
    }
    .PicList002273 ul li {
        padding-right: 20px;
    }
}


/*PicList002926 */

.PicList002926 {
    padding-top: 4.17vw;
}

.PicList002926 .auto {
    max-width: 1400px;
}

.PicList002926 .more {
    text-align: center;
    width: 125px;
    line-height: 40px;
    color: #fff;
    background: #004484;
    display: block;
}

.PicList002926 .more:hover {
    background: #a52d34;
}

.PicList002926 .more:after {
    display: inline-block;
    content: '';
    background: url("../images/PicList002926_more.png") no-repeat;
    width: 25px;
    height: 6px;
    vertical-align: middle;
    margin-left: 5px;
}

@media(max-width:480px) {
    .PicList002926 .more {
        line-height: 10vw;
    }
}

.PicList002926 li {
    margin-bottom: 4.17vw;
}

.PicList002926 li .pic a {
    display: block;
    overflow: hidden;
}

.PicList002926 li .pic img {
    transition: 0.3s;
}

.PicList002926 li:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.PicList002926 li:nth-child(2n-1) .info .inner {
    margin-left: 2.6vw;
}

.PicList002926 li:nth-child(2n) .info .inner {
    margin-right: 2.6vw;
}

.PicList002926 li .info .inner {
    border-top: 1px solid #a52d34;
    border-bottom: 1px solid #a52d34;
    padding: 2.03vw 1.98vw;
    text-align: center;
}

.PicList002926 li .icon img {
    max-height: 32px;
}

.PicList002926 li h3 {
    font-size: 24px;
}

.PicList002926 li h3:after {
    display: block;
    content: '';
    height: 2px;
    background: #004484;
    width: 20px;
    margin: 10px auto;
}

.PicList002926 li h3 a {
    color: #000;
}

.PicList002926 li h3 a:hover {
    color: #a52d34;
}

.PicList002926 li .more {
    margin: 0 auto;
}

.PicList002926 li p {
    color: #808080;
    line-height: 1.715em;
    max-height: 5.145em;
    margin-bottom: 2vw;
}

@media(min-width:1025px) {
    .PicList002926 li .pic {
        width: 59.642%;
    }
}

@media(max-width:1024px) {
    .PicList002926 li .ytable,
    .PicList002926 li .ytable-cell {
        display: block;
    }
}

@media(max-width:640px) {
    .PicList002926 li h3 {
        font-size: 5vw;
    }
    .PicList002926 li p {
        font-size: 3.5vw;
    }
    .PicList002926 li .info .inner {
        padding: 5vw 3vw;
    }
}


/*Timeline000913 */

.Timeline000913 {
    padding: 3.125vw 0 0 0;
}

.Timeline000913 .auto {
    max-width: 1400px;
}

.Timeline000913 .main {
    position: relative;
    z-index: 1;
    padding-bottom: 7.396vw;
}

.Timeline000913 .main .quan {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dedede;
}

.Timeline000913 .main:before {
    position: absolute;
    content: '';
    width: 1px;
    top: 10px;
    bottom: 0;
    background: #d9d9d9;
}

@media(min-width:769px) {
    .Timeline000913 .main .quan {
        margin: 0 auto;
    }
    .Timeline000913 .main:before {
        left: 50%;
    }
    .Timeline000913 .outer>.ytable-cell {
        width: 50%;
    }
}

@media(max-width:768px) {
    .Timeline000913 .outer,
    .Timeline000913 .outer>.ytable-cell {
        display: block;
    }
    .Timeline000913 .main:before {
        left: 5px;
    }
}

.Timeline000913 .item {
    position: relative;
    z-index: 4;
}

.Timeline000913 .item:not(:last-child) {
    margin-bottom: 2.08vw;
}

.Timeline000913 .info {
    position: relative;
}

.Timeline000913 .info:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -16px;
    border: 16px solid transparent;
}

.Timeline000913 .info .inner {
    background: #f0f0f0;
    padding: 1.5vw;
}

.Timeline000913 .pic {
    width: 32.787%;
}

.Timeline000913 .pre pre {
    font-size: 16px;
    line-height: 1.867em;
}

.Timeline000913 .year {
    font-family: 'DIN-Medium';
    color: #004484;
    font-size: 38px;
}

.Timeline000913 .year aside {
    background-repeat: no-repeat;
    background-image: url("../images/Timeline000913_icon.png");
}

@media(min-width:769px) {
    .Timeline000913 .item:nth-of-type(2n-1) .info {
        padding-right: 32px;
    }
    .Timeline000913 .item:nth-of-type(2n) .info {
        padding-left: 32px;
    }
    .Timeline000913 .item:nth-of-type(2n-1) .info:before {
        right: 0;
        border-left-color: #f0f0f0;
    }
    .Timeline000913 .item:nth-of-type(2n) .info:before {
        left: 0;
        border-right-color: #f0f0f0;
    }
    .Timeline000913 .item:nth-of-type(2n-1) .pre {
        padding-left: 2vw;
    }
    .Timeline000913 .item:nth-of-type(2n) .pre {
        padding-right: 2vw;
    }
    .Timeline000913 .item:nth-of-type(2n-1) .year aside {
        margin-left: -10px;
        background-position: left center;
    }
    .Timeline000913 .item:nth-of-type(2n-1) .year aside:before,
    .Timeline000913 .item:nth-of-type(2n) .year aside:after {
        display: inline-block;
        content: '';
        width: 30px;
        height: 1px;
        vertical-align: middle;
        background: #d9d9d9;
        margin: -10px 32px 0;
    }
    .Timeline000913 .item:nth-of-type(2n) .year aside {
        background-position: right center;
        margin-right: -11px;
        text-align: right;
    }
}

@media(max-width:768px) {
    .Timeline000913 .main {
        margin-left: 3vw;
    }
    .Timeline000913 .year {
        font-size: 7vw;
    }
    .Timeline000913 .year aside {
        padding-left: 32px;
        background-position: left center;
        margin-left: -5px;
    }
    .Timeline000913 .year aside:before {
        display: inline-block;
        content: '';
        width: 30px;
        height: 1px;
        vertical-align: middle;
        background: #d9d9d9;
        margin: -1vw 3vw 0;
    }
    .Timeline000913 .info {
        padding: 3vw;
    }
    .Timeline000913 .pre {
        padding-left: 3vw;
    }
}

@media(max-width:480px) {
    .Timeline000913 .pic {
        width: 45%;
    }
    .Timeline000913 .pre pre {
        font-size: 3.5vw;
    }
    .Timeline000913 .year {
        font-size: 17px;
        font-weight: bold;
    }
}


/*PicList000687 */

.PicList000687 {
    padding: 3% 0 0 0;
    overflow: hidden;
}

.PicList000687 .more {
    text-align: center;
    width: 125px;
    line-height: 40px;
    color: #fff;
    background: #004484;
    display: block;
}

.PicList000687 .more:hover {
    background: #a52d34;
}

.PicList000687 .more:after {
    display: inline-block;
    content: '';
    background: url("../images/PicList000687_more.png") no-repeat;
    width: 25px;
    height: 6px;
    vertical-align: middle;
    margin-left: 5px;
}

@media(max-width:480px) {
    .PicList000687 .more {
        line-height: 10vw;
    }
}

.PicList000687 .ytable-cell {
    background: #f5f5f5;
}

.PicList000687 .tit {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.PicList000687 time {
    font-family: 'DIN-Medium';
}

.PicList000687 p {
    line-height: 1.715em;
    color: #7d7d7d;
    height: 3.43em;
    margin-bottom: 2.03vw;
}

@media(max-width:640px) {
    .PicList000687 .tit {
        font-size: 16px;
    }
    .PicList000687 p {
        font-size: 3.5vw;
    }
}

.PicList000687 .news-top .info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.PicList000687 .news-top time {
    border-left: 1px solid #c6c6c6;
    padding-left: 1.62vw;
    display: block;
    margin-bottom: 2.61vw;
    color: #004484;
    font-size: 18px;
}

.PicList000687 .news-top time span {
    display: block;
    font-size: 2em;
}

.PicList000687 .news-top .slick-dots {
    text-align: center;
    padding-top: 1.72vw;
}

.PicList000687 .news-top .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background-color: #d9d9d9;
}

.PicList000687 .news-top .slick-dots li button {
    display: none;
}

.PicList000687 .news-top .slick-dots li.slick-active {
    background: #004484;
}

@media(min-width:769px) {
    .PicList000687 .news-top .pic {
        width: 520px;
    }
    .PicList000687 .news-top .info .main {
        padding-left: 5.21vw;
    }
}

@media(min-width:1025px) and (max-width:1024px) {
    .PicList000687 .news-top .pic {
        width: 45%;
    }
}

@media(max-width:768px) {
    .PicList000687 .news-top .ytable-cell,
    .PicList000687 .news-top .ytable {
        display: block;
    }
    .PicList000687 .news-top .info {
        padding: 5vw;
    }
}

@media(max-width:640px) {
    .PicList000687 .news-top time {
        font-size: 3.6vw;
    }
}

@media(max-width:480px) {
    .PicList000687 .news-top time span {
        display: block;
        font-size: 17px;
        font-weight: bold;
    }
    .PicList000687 .tit {
        margin-bottom: 10px;
    }
}

.PicList000687 .news-list {
    padding: 2vw 0 0 0;
}

.PicList000687 .news-list li {
    background: #fff;
    margin-bottom: 1.41vw;
}

.PicList000687 .news-list li a:hover {
    border: 1px solid #ddd;
}

.PicList000687 .news-list .main {
    border-left: 2px solid #004484;
    padding-left: 4.17vw;
    padding-right: 4.06vw;
}

.PicList000687 .news-list .tit {
    margin-bottom: 5px;
}

.PicList000687 .news-list time {
    color: #ccc;
}

.PicList000687 .news-list .more {
    line-height: normal;
    color: #004484;
    background: none;
    width: auto;
    text-align: left;
}

.PicList000687 .news-list .more:after {
    background-image: url("../images/PicList000687_more.gif");
}

@media(min-width:641px) {
    .PicList000687 .news-list .pic {
        width: 320px;
    }
    .PicList000687 .news-list .pic .Ispic {
        padding-bottom: 68%;
    }
}

@media(max-width:640px) {
    .PicList000687 .news-list .ytable-cell,
    .PicList000687 .news-list .ytable {
        display: block;
    }
    .PicList000687 .news-list li {
        margin-bottom: 4vw;
    }
    .PicList000687 .news-list .main {
        padding: 4vw;
        border: 0;
        border-bottom: 0;
    }
    .PicList000687 .news-list .pic {
        padding: 0 3% 3%;
    }
}


/*Page002623 */

.Page002623 {
    padding: 2% 0 7% 0;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 3vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 10px;
    width: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 100px;
    text-indent: 100px;
    overflow: hidden;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #004484;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
    display: none;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 {
        padding: 6vw 0 8vw 0;
    }
    .Page002623 .Pages em {
        display: none;
    }
    .Page002623 .Pages a {
        background-color: #eee;
    }
}


/*Page002623 */

.Page0026231 {
    padding: 2% 0 7% 0;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
}

.Page0026231 .Pages a.a_first,
.Page0026231 .Pages a.a_end,
.Page0026231 .Pages>span:not(.p_page) {
    display: none;
}

.Page0026231 .Pages em {
    float: left;
    margin: 0 3vw;
    font-style: normal;
}

.Page0026231 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page0026231 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    margin: 0 1px;
    background: #f5f5f5;
}

.Page0026231 .Pages a.a_cur,
.Page0026231 .Pages a:hover {
    color: #fff;
    background: #004484;
}

.Page0026231 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}

.Page0026231 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page0026231 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}

.Page0026231 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page0026231 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page0026231 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page0026231 {
        padding: 6vw 0 8vw 0;
    }
    .Page0026231 .Pages em {
        display: none;
    }
    .Page0026231 .Pages a {
        background-color: #eee;
    }
}


/*PicList002854 */

.PicList002854 {
    padding: 3% 0 0 0;
}

.PicList002854 li {
    float: left;
    margin-bottom: 4%;
}

.PicList002854 li a {
    display: block;
    border: solid 3px #f5f5f5;
    position: relative;
    padding: 1vw;
    transition: 0.3s;
}

.PicList002854 li aside {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    text-align: center;
    color: #333;
}

.PicList002854 li .Ispic {
    background-size: contain;
    padding-bottom: 70%;
}

.PicList002854 li a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/PicList002854_btn.png) no-repeat center center #f5f5f5;
    right: 0;
    bottom: 0;
    background-size: auto 21px;
    transition: 0.3s;
}

.PicList002854 li a:hover {
    border-color: #004484;
}

.PicList002854 li a:hover:after {
    background-color: #004484;
    background-image: url(../images/PicList002854_btn_hover.png);
}

@media(min-width:769px) {
    .PicList002854 li {
        width: 29.127%;
    }
    .PicList002854 li:not(:nth-child(3n)) {
        margin-right: 6.3095%;
    }
}

@media(max-width:768px) {
    .PicList002854 li {
        width: 48%;
    }
    .PicList002854 li:not(:nth-child(2n)) {
        margin-right: 4%;
    }
    .PicList002854 li aside {
        font-size: 16px;
    }
    .PicList002854 li a:after {
        width: 7vw;
        height: 7vw;
        background-size: auto 50%;
    }
}

@media(max-width:480px) {
    .PicList002854 li aside {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}


/*RighInfo002924 */

@font-face {
    font-family: 'bebas-neue';
    src: url("https://work.gzwhir.com:51932/Build/Content/Resoures/whirfonts/bebas-neue.woff") format("woff");
    font-display: swap;
}

.RighInfo002924 {
    padding: 3% 0;
    background: #f5f5f5;
}

.RighInfo002924 .auto {
    max-width: 1400px;
}

.RighInfo002924 .title {
    margin-bottom: 2vw;
}

.RighInfo002924 .title:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: #004484;
    margin-top: 1vw;
}

.RighInfo002924 .title .cn {
    font-size: 30px;
    color: #004484;
    padding-bottom: 10px;
    font-weight: bold;
}

.RighInfo002924 .title .en {
    font-family: 'bebas-neue';
    color: #d2d2d2;
    letter-spacing: 2px;
}

@media(max-width:768px) {
    .RighInfo002924 .title {
        padding-bottom: 6vw;
    }
}

@media(max-width:640px) {
    .RighInfo002924 .title .cn {
        font-size: 6vw;
    }
}

.RighInfo002924 .box-1 {
    background: #fff;
    margin-bottom: 1.786%;
}

.RighInfo002924 .box-1 .info {
    background: url("../images/RighInfo002924_bg.png") no-repeat right 30% bottom 40%;
    background-size: auto 70%;
}

.RighInfo002924 .box-1 .intro {
    font-size: 26px;
    font-family: '黑体';
    color: #666;
}

.RighInfo002924 .box-1 .intro span {
    color: #666;
    display: inline-block;
    font-size: 18px;
}

@media(min-width:769px) {
    .RighInfo002924 .box-1 .pic {
        width: 50%;
    }
    .RighInfo002924 .box-1 .info .inner {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }
}

@media(max-width:768px) {
    .RighInfo002924 .box-1 {
        margin-bottom: 3vw;
    }
    .RighInfo002924 .box-1 .ytable,
    .RighInfo002924 .box-1 .ytable-cell {
        display: block;
    }
    .RighInfo002924 .box-1 .info {
        padding: 4vw;
    }
}

@media(max-width:480px) {
    .RighInfo002924 .box-1 .intro {
        font-size: 6vw;
        line-height: 0;
    }
}

.RighInfo002924 .box-2 li:not(.no) {
    background: #fff;
    padding: 2.344vw;
}

.RighInfo002924 .box-2 li:last-child {
    margin-left: 34%;
}

.RighInfo002924 .box-2 li .inner {
    padding-left: 1.5vw;
}

.RighInfo002924 .box-2 li .inner>* {
    margin: 0;
}

.RighInfo002924 .box-2 li h3 {
    color: #000;
    font-size: 18px;
}

.RighInfo002924 .box-2 li h3:after {
    display: block;
    content: '';
    height: 2px;
    width: 20px;
    background: #004484;
    margin: 10px 0;
}

.RighInfo002924 .box-2 li .inner p {
    color: #5f5f5f;
    line-height: 25px;
    min-height: 75px;
}

@media(min-width:769px) {
    .RighInfo002924 .box-2 ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .RighInfo002924 .box-2 li {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .RighInfo002924 .box-2 li:nth-child(3n) {
        margin-right: 0px;
    }
    .RighInfo002924 .box-2 li .icon {
        width: 26%;
    }
}

@media(max-width:768px) {
    .RighInfo002924 .box-2 li .icon {
        width: 90px;
    }
    .RighInfo002924 .box-2 li.no {
        height: 3vw;
    }
    .RighInfo002924 .box-2 li .inner {
        padding-left: 4vw;
    }
    .RighInfo002924 .box-2 li:last-child {
        margin: 0;
    }
}

@media(max-width:480px) {
    .RighInfo002924 .box-2 li .icon {
        width: 18%;
    }
    .RighInfo002924 .box-2 li h3 {
        font-size: 17px;
    }
    .RighInfo002924 .box-2 li .inner p {
        font-size: 14px;
        min-height: 0;
    }
    .RighInfo002924 .box-2 li:not(.no) {
        margin-bottom: 10px;
    }
}


/*RighInfo002857 */

.RighInfo002857 {
    padding-top: 6vw;
}

.RighInfo002857 .edit-css .tit {
    font-size: 24px;
    color: #ea5432;
    padding-bottom: 4vw;
}

.RighInfo002857 .edit-css li {
    margin-bottom: 4%;
    color: #999;
}

.RighInfo002857 .edit-css li .icon {
    margin-bottom: 5px;
}

.RighInfo002857 .edit-css li aside {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}

@media(min-width:641px) {
    .RighInfo002857 .edit-css li {
        float: left;
        width: 32%;
        padding-left: 22px;
        border-left: 5px solid #f8f8f8;
    }
    .RighInfo002857 .edit-css li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .RighInfo002857 .edit-css li:nth-child(3n+1) {
        clear: left;
    }
}

@media(max-width:640px) {
    .RighInfo002857 .edit-css .tit {
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .RighInfo002857 .edit-css .tit {
        font-size: 18px;
    }
    .RighInfo002857 .edit-css li {
        padding: 22px;
        border-bottom: 5px solid #f8f8f8;
    }
}


/*
 Map002779
 */

.Map002779 {
    padding-top: 3%;
}

.Map002779 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Map002779 li {
    width: 100%;
    margin-right: 2.5%;
    margin-bottom: 4%;
    background: #f3f7f9;
    box-shadow: 8px 5px 26px #D7D7D7;
}

.Map002779 li img {
    display: none;
}

.Map002779 li .pic {
    display: block;
    padding-bottom: 62.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Map002779 li .main {
    padding: 6%;
    border-top: 6px solid #0033a0;
}

.Map002779 li h1 {
    margin: 0;
    font-size: 18px;
    color: #0033a0;
}

.Map002779 li p {
    font-size: 14px;
    line-height: 28px;
    margin: 14px 0;
}

.Map002779 li dl {
    font-size: 14px;
    display: block;
    margin-bottom: 14px;
    line-height: 28px;
}

.Map002779 li .more {
    background: url(../images/Map002779-icon.png) no-repeat;
    font-size: 14px;
    color: #009933;
    display: block;
    padding: 5px 37px;
}

@media (min-width:480px) {
    .Map002779 li {
        width: 47.5%;
        margin-right: 5%;
        float: left;
    }
}

@media (min-width:768px) {
    .Map002779 li {
        width: 32%;
        margin-right: 2%;
    }
    .Map002779 li:nth-child(3n) {
        margin-right: 0;
    }
}

.Map002779 .open_map {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.Map002779 .map_area {
    position: fixed;
    width: 80%;
    left: 10%;
    top: 25%;
    height: 50%;
    background: #fff;
    font-size: 12px;
}

.Map002779 .map_area #allmap {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}

.Map002779 .map_area #allmap * {
    box-sizing: content-box;
}

.Map002779 .map_area #allmap img {
    max-width: none;
}

.Map002779 .map_area .close {
    position: absolute;
    right: 0;
    width: 31px;
    height: 31px;
    top: -32px;
    background: #fff;
    cursor: pointer;
}

.Map002779 .map_area .close::before,
.Map002779 .map_area .close::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #0033a0;
    top: 15px;
    left: 3px;
}

.Map002779 .map_area .close::before {
    transform: rotate(45deg);
}

.Map002779 .map_area .close::after {
    transform: rotate(-45deg);
}

@media(max-width:768px) {
    .Map002779 li:nth-child(2n) {
        margin-right: 0;
    }
    .Map002779 li:nth-child(2n+1) {
        clear: left;
    }
    .Map002779 .map_area {
        width: 96%;
        left: 2%;
    }
    .Map002779 .map_area #allmap {
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
    }
}


/*
 .Form001518 为demo编号
 */

.Form001518 {
    padding-top: 3%;
}

.Form001518 .title {
    position: relative;
    color: #343434;
    font-size: 34px;
    padding-bottom: 5%;
    background: url(../images/Form001518_tit.png) no-repeat left center/contain;
}

.Form001518 .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 2px;
    content: "";
    background: #343434;
}

.Form001518 dl dt {
    padding: 3% 0;
    color: #f5a100;
    font-size: 16px;
}

.Form001518 dl dt span {
    font-size: 15px;
    color: #666;
}

.Form001518 dd li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    position: relative;
}

.Form001518 dd li:nth-child(3n) {
    margin-right: 0;
}

.Form001518 dd .text {
    border: 1px solid #dadada;
    line-height: 46px;
    height: 46px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
}

.Form001518 dd li label {
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 46px;
}

.Form001518 dd li .form_err {
    position: absolute;
    right: 5px;
    top: 50%;
    color: #f00;
    line-height: 20px;
    margin-top: -10px;
}

.Form001518 dd textarea.text {
    height: 220px;
}

.Form001518 .btn {
    margin: 2% 0;
    cursor: pointer;
    border-radius: 5px;
    background: #005ca2;
    color: #fff;
    height: 37px;
    border: none;
    font-size: 18px;
    width: 40%;
    max-width: 200px;
}

@media(max-width:768px) {
    .Form001518 dd li {
        float: none;
        width: auto;
        margin-right: 0 !important;
    }
}

@media(max-width:480px) {
    .Form001518 .title {
        font-size: 24px;
    }
}


/*
 .PicList002497 为demo编号
 */

.PicList002497 {
    padding-bottom: 3%;
}

@media (min-width:1000px) {
    .PicList002497 .maintit {
        position: relative;
        top: -46px;
        z-index: 6;
        font-size: 34px;
        margin: 0;
        padding-top: 0;
    }
}

.PicList002497 .wrap-container {
    margin: 0 auto;
}

@media (max-width: 1230px) {
    .PicList002497 .wrap-container {
        padding: 0;
        max-width: 1230px;
    }
}

.qywh {
    background: #fff!important;
    padding-bottom: 0;
}

.qywh .box-1 {
    background: #004484;
    position: relative;
    padding: 3% 0;
}

.qywh .box-1 img {
    width: 46%;
    margin: 0 auto;
}

.qywh .box-1 .info {
    position: absolute;
    bottom: 55px;
    background: none;
    left: 0;
    width: 100%;
    text-align: center;
}

.qywh .box-1 .info .inner {
    width: 100%;
    color: #fff;
}

.qywh .box-1 .intro span {
    color: #fff;
    text-align: center;
}

.PicList002497 .List * {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.PicList002497 .List ul li {
    padding-top: 100%;
    position: relative;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #eee;
}

.PicList002497 .List ul li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.PicList002497 .List ul li .imgBox {
    height: 100%;
    position: relative;
    width: 100%;
}

.PicList002497 .List ul li .imgWrap {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.PicList002497 .List ul li .txtCon {
    padding: 20px;
}

.PicList002497 .List ul li a .img {
    display: block;
    height: 75px;
    position: relative;
    text-align: center;
}

.PicList002497 .List ul li a .img img {
    max-height: 90%;
}

.PicList002497 .List ul li a .img img.img02 {
    position: absolute;
    left: 38%;
    top: 0;
    opacity: 0;
}

.PicList002497 .List ul li a .txt {
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
}

.PicList002497 .List ul li a .h3 {
    font-size: #333;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

.PicList002497 .List ul li a .more {
    display: block;
    font-size: 14px;
    width: 100px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px 0;
    border: 1px solid #999;
    color: #999;
    margin-top: 20px;
}

@media screen and (min-width:540px) {
    .PicList002497 .List ul li {
        width: 50%;
        padding-top: 50%;
        float: left;
        margin-top: 0;
        border: none;
    }
    .PicList002497 .List ul li a {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }
}

@media screen and (min-width:768px) {
    .PicList002497 .List ul li {
        width: 25%;
        padding-top: 25%;
        border-left: 1px solid #eee;
    }
}

.PicList002497 .List ul li a:hover {
    background: #004484;
}

.PicList002497 .List ul li a:hover .img img.img02 {
    opacity: 1;
    text-align: center;
}

.PicList002497 .List ul li a:hover .h3,
.PicList002497 .List ul li a:hover .txtp {
    color: #fff;
}

.PicList002497 .List ul li a:hover .more {
    color: #fff;
    border-color: #fff;
}

@media screen and (min-width:1200px) {
    .PicList002497 .List ul li .txtCon {
        padding: 8%;
    }
    .PicList002497 .List ul li a .h3 {
        margin: 30px 0 20px;
        font-weight: bold;
    }
    .PicList002497 .List ul li a .txtp {
        line-height: 26px;
        font-size: 15px;
        height: 104px;
    }
}

@media (max-width:480px) {
    .PicList002497 .List ul li {
        padding-top: 0;
    }
    .PicList002497 .List ul li a {
        position: static;
    }
    .PicList002497 .List ul li .imgWrap {
        left: 0;
        position: static;
        top: 0;
        transform: none;
        width: 100%;
    }
}


/* 人才招聘 */

.recruit {
    padding-top: 3%;
}

.recruit .RighInfo002814 {
    padding: 0 0 3% 0;
}

.recruit .job_list .item {
    padding: 0 3%;
    background-color: #f7f8fa;
    margin-bottom: 10px;
}

.recruit .job_list .title {
    line-height: 80px;
    display: block;
    padding-right: 4.73%;
    position: relative;
    cursor: pointer;
}

.recruit .job_list .title:hover .tit1 {
    color: #004484;
}

.recruit .job_list .on .title .tit1 {
    color: #004484;
}

.recruit .job_list .title::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../uploadfiles/image/off.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.recruit .job_list .title i {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #004484;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.recruit .job_list .title i::before,
.recruit .job_list .title i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.recruit .job_list .title i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.recruit .job_list .title i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.recruit .job_list .item.on .title i::after {
    display: none;
}

.recruit .job_list .tit1 {
    font-size: 22px;
    color: #323232;
    float: left;
    font-weight: lighter;
}

.recruit .job_list .job-demand {
    color: #333;
    margin-bottom: 30px;
}

.recruit .job_list .tit2 {
    font-size: 16px;
    color: #333;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding-left: 24px;
}

.recruit .job_list .tit2::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #888888;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.recruit .job_list .adress::before {
    background: url(../images/i-1.png) no-repeat center;
}

.recruit .job_list .number::before {
    background: url(../images/i-2.png) no-repeat center;
}

.recruit .job_list .educaiton::before {
    background: url(../images/i-3.png) no-repeat center;
}

.recruit .job_list .money::before {
    background: url(../images/i-4.png) no-repeat center;
}

.recruit .job_list .experience::before {
    background: url(../images/i-5.png) no-repeat center;
}

.recruit .job_list .text {
    padding-top: 40px;
    padding-bottom: 35px;
    display: none;
}

.recruit .job_list .lis {
    margin-bottom: 30px;
}

.recruit .job_list .text .tit3 {
    font-size: 18px;
    line-height: 1.667;
    color: #333333;
    margin-bottom: 10px;
}

.recruit .job_list .text .tit4 {
    background: #004484;
    font-size: 18px;
    color: #fff;
    width: 10%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

.recruit .job_list .text p {
    font-size: 16px;
    line-height: 32px;
    color: #888888;
    margin: 0;
}

.recruit .job_list .text b {
    color: #004484;
    font-weight: normal
}

.recruit .job_list .download {
    width: 200px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background-color: #171c8f;
    border-radius: 25px;
    margin-top: 60px;
}

.recruit .job_list .download a {
    color: #fff;
    font-size: 16px;
}

.recruit .job_list .on .title::after {
    transform: rotate(-180deg);
    transform-origin: 50% 50%;
}

.recruit .job_list .on .title {
    border-bottom: 1px solid #e6e6e8;
}

.recruit .job_list .on .job-demand {
    display: block;
}

.recruit .job_list .registration-form {
    width: 260px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #eceff4;
    border-radius: 30px;
    margin: 60px auto 40px;
}

.recruit .job_list .registration-form a {
    font-size: 16px;
    color: #666666;
}

@media(max-width:1024px) {
    .recruit .job_list .text .tit4 {
        width: 100%;
        font-size: 15px;
    }
}

@media(max-width:640px) {
    .recruit .job_list .text {
        padding: 16px 0;
    }
    .recruit .job_list .job-demand {
        margin-bottom: 10px;
    }
    .recruit .job_list .on .job-demand {
        line-height: 24px;
    }
    .recruit .job_list .tit2 {
        display: block;
        margin-right: 0;
        font-size: 14px;
    }
    .recruit .job_list .text .tit3 {
        font-size: 15px;
        font-weight: bold;
    }
    .recruit .job_list .text p {
        font-size: 14px;
        line-height: 26px;
    }
    .recruit .job_list .lis {
        margin-bottom: 10px;
    }
    .recruit .job_list .text .tit4 {
        margin-top: 0;
    }
}


/*RighInfo002973 */

.RighInfo002973 {
    padding: 3% 0;
    color: #333;
    font-size: 16px;
}

.RighInfo002973 .news-details .title {
    text-align: center;
}

.RighInfo002973 .news-details .title h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
}

.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px;
    line-height: 16px;
    color: #999;
}

.RighInfo002973 .news-details .title .bshare-custom {
    display: inline-block;
}

.RighInfo002973 .bshare-custom a {
    background-position: center center;
    margin: 0 0 0 14px;
}

.RighInfo002973 .bshare-custom a.bshare-weixin {
    background-image: url("../images/RighInfo002973_share_wx.png");
}

.RighInfo002973 .bshare-custom a.bshare-sinaminiblog {
    background-image: url("../images/RighInfo002973_share_sina.png");
}

.RighInfo002973 .bshare-custom a.bshare-qzone {
    background-image: url("../images/RighInfo002973_share_qz.png");
}

.RighInfo002973 .news-details .edit-info {
    line-height: 2em;
    border-bottom: 1px solid #e9e9e9;
    padding: 3% 0;
    margin-bottom: 2%;
    color: #666;
}

.RighInfo002973 .news-details .edit-info p {
    text-indent: 2em;
}

.RighInfo002973 .news-details .edit-info video{max-width:100% !important;display:block;margin:10px auto;}
.RighInfo002973 .news-details .edit-info img{display:block;margin:0 auto;max-width:100%;}

.RighInfo002973 .pn-page aside {
    padding: 10px 0;
}

.RighInfo002973 .pn-page aside a {
    color: #666;
}

.RighInfo002973 .pn-page aside a b {
    color: #333;
}

.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page aside a:hover {
    color: #205393;
}

.RighInfo002973 .operating {
    overflow: hidden;
    line-height: 24px;
}

.RighInfo002973 .operating a {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.RighInfo002973 .operating a:not(:last-child) {
    margin-right: 45px;
}

.RighInfo002973 .operating a.a-print {
    background-image: url("../images/RighInfo002973_print.png");
}

.RighInfo002973 .operating a.a-close {
    background-image: url("../images/RighInfo002973_close.png");
}

@media(min-width:1025px) {
    .RighInfo002973 .pn-page {
        min-height: 24px;
        position: relative;
        padding-right: 230px;
    }
    .RighInfo002973 .pn-page .operating {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .RighInfo002973 .operating a {
        float: left;
    }
}

@media(max-width:1024px) {
    .RighInfo002973 .operating {
        text-align: right;
        padding-bottom: 20px;
    }
    .RighInfo002973 .operating a {
        display: inline-block;
    }
}

@media(max-width:640px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 6vw;
    }
    .RighInfo002973 {
        font-size: 14px;
    }
    .RighInfo002973 .news-details .title {
        padding-top: 9%;
    }
	.RighInfo002973 .news-details .edit-info video{width:100% !important;height:auto !important;}
	.RighInfo002973 .news-details .edit-info img{height:auto !important;}
}

@media(max-width:480px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 18px;
    }
}


/*PicList002171 */

.PicList002171 {
    padding-top: 3%;
}


/* .khhz {padding-bottom: 10%;} */

.PicList002171 li {
    float: left;
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.PicList002171 li a {
    border: 1px solid #e8e8e8;
    position: relative;
    display: block;
}

.PicList002171 li img {
    display: block;
    width: 100%;
}

.PicList002171 li a figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 108, 186, 0.95);
    opacity: 0;
    transition: 0.3s;
}

.PicList002171 li a:hover figure {
    opacity: 1;
}

.PicList002171 li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.PicList002171 li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

@media(min-width:769px) {
    .PicList002171 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 49%;
    }
    .PicList002171 li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList002171 li dt {
        font-size: 15px;
    }
}


/*
 .PicList001358 为demo编号
 */

.PicList001358 ol {
    overflow: hidden;
    clear: both;
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0;
}

.PicList001358 time {
    color: #b9b9b9;
    font-size: 12px;
}

.PicList001358 ol .pic {
    float: left;
    width: 18.2%;
}

.PicList001358 ol .pic img {
    width: 100%;
    border-radius: 20px;
}

.PicList001358 ol div {
    float: right;
    width: 80%;
}

.PicList001358 ol h5 {
    margin: 0;
    font-size: 14px;
}

.PicList001358 ol p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.PicList001358 li {
    line-height: 55px;
    height: 55px;
    border-bottom: 1px dashed #e5e5e5;
}

.PicList001358 li a {
    padding-right: 10px;
}

.PicList001358 li time {
    float: right;
}

@media(max-width:1000px) {
    .PicList001358 ol .pic {
        width: 30%;
    }
    .PicList001358 ol div {
        width: 67%;
    }
}

@media(max-width:480px) {
    .PicList001358 ol .pic,
    .PicList001358 ol div {
        float: none;
        width: auto;
    }
    .PicList001358 ol div {
        padding-top: 3%;
    }
}


/*Spec002780 */

.Spec002780 {
    margin: 2% 0;
}

.Spec002780 .auto_1400 {
    max-width: 1400px;
}

@media(max-width:1400px) {
    .Spec002780 .auto_1400 {
        padding: 0 2%;
    }
}

.Spec002780 dl {
    border: 1px solid #eee;
    overflow: hidden;
    line-height: 24px;
    position: relative;
    min-height: 60px;
    padding: 10px 16px 10px 160px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.Spec002780 dt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 138px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 34px center;
    background-color: #004484;
    line-height: 60px;
    font-size: 18px;
}

.Spec002780 dt span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.Spec002780 dd {
    position: relative;
    padding: 0 60px 0 0;
    font-size: 13px;
    overflow: hidden;
    line-height: 36px;
}

.Spec002780 dd a {
    color: #555;
    display: inline-block;
    font-size: 16px;
}

.Spec002780 dd a:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 2px;
    background-color: #e7e7e7;
    border-left: 1px solid #a9a9a9;
    height: 14px;
    margin: 0 15px;
}

.Spec002780 dd a.on,
.Spec002780 dd a:hover {
    color: #004484;
}

.Spec002780 dl:nth-child(3) dd,
.Spec002780 dl:nth-child(4) dd {
    font-size: 12px;
}

.Spec002780 dl:nth-child(3) dd a,
.Spec002780 dl:nth-child(4) dd a {
    color: #999;
    display: inline-block;
    border: 1px solid #e8e8e8;
    line-height: 26px;
    margin: 5px 0;
    min-width: 76px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    padding: 0 10px;
}

.Spec002780 dl:nth-child(3) dd a:after,
.Spec002780 dl:nth-child(4) dd a:after {
    display: none;
}

.Spec002780 dl:nth-child(3) dd a.on,
.Spec002780 dl:nth-child(3) dd a:hover,
.Spec002780 dl:nth-child(4) dd a.on,
.Spec002780 dl:nth-child(4) dd a:hover {
    color: #2195cd;
    border-color: #2195cd;
    background: url(../images/Spec002780-img.png) no-repeat right bottom;
}

.Spec002780 dd span {
    position: absolute;
    right: 0;
    top: 8px;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 2px solid #004484;
    color: #004484;
    cursor: pointer;
    display: none;
    border-radius: 30px;
}

.Spec002780 dd span b {
    display: none;
}

.Spec002780 dd span i {
    border-color: #fff;
    width: 6px;
    height: 6px;
    border-top: 2px solid #004484;
    border-left: 2px solid #004484;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 6px;
}

.Spec002780 dd span i.on {
    transform: rotate(222deg);
    top: 4px;
}

.Spec002780 dl:nth-child(2) dd span {
    border-color: #a9cb6d;
}

.Spec002780 dl:nth-child(2) dd span i {
    border-top-color: #a9cb6d;
    border-left-color: #a9cb6d;
}

.Spec002780 dl:nth-child(3) dd span {
    border-color: #fc5b4e;
}

.Spec002780 dl:nth-child(3) dd span i {
    border-top-color: #fc5b4e;
    border-left-color: #fc5b4e;
}

.Spec002780 dl:nth-child(4) dd span {
    border-color: #8373ce;
}

.Spec002780 dl:nth-child(4) dd span i {
    border-top-color: #8373ce;
    border-left-color: #8373ce;
}

@media(max-width:640px) {
    .Spec002780 dd a:after {
        margin: 0 5px;
    }
}

@media(max-width:480px) {
    .Spec002780 dl {
        padding: 5px;
        min-height: inherit;
    }
    .Spec002780 dt {
        position: relative;
        height: auto;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
        padding: 10px;
        padding-left: 10px;
        line-height: 35px;
    }
    .Spec002780 dl:last-of-type dt {
        margin-bottom: 0;
    }
}


/*PicList002045 */

.PicList002045 {
    padding-top: 2%;
}

.PicList002045 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    text-align: center;
}

.PicList002045 li:nth-child(4n) {
    margin-right: 0;
}

.PicList002045 li a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e8e8e8;
}

.PicList002045 li a:hover {
    border-width: 3px;
    border-color: #0079c3;
}

.PicList002045 li div {
    max-width: 275px;
    margin: 0 auto;
    padding: 4% 4% 8% 4%;
}

.PicList002045 li figure {
    padding-bottom: 100%;
    background-size: contain;
}

.PicList002045 li figure img {
    display: none;
}

.PicList002045 li p {
    font-size: 16px;
    color: #666;
}

@media(max-width:480px) {
    .PicList002045 li {
        width: 49%;
    }
    .PicList002045 li:nth-child(3n) {
        margin-right: 2%;
    }
    .PicList002045 li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList002045 li p {
        font-size: 14px;
    }
}


/*Spec001963*/

.Spec001963 {
    padding: 3% 0;
    background-color: #fcfcfc;
}

.Spec001963 .auto {
    max-width: 1000px;
}

.Spec001963 dl {
    overflow: hidden;
    border: 2px solid #004484;
    border-radius: 13px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.Spec001963 dl .text {
    height: 62px;
    line-height: 62px;
    width: 100%;
    border: none;
    background: none;
    padding: 0 110px 0 34px;
    font-size: 20px;
    color: #919191;
}

.Spec001963 dl .btn {
    position: absolute;
    right: -1px;
    top: 0;
    width: 102px;
    height: 100%;
    background: url(../images/Spec001963-search_btn.png) no-repeat center center #004484;
    cursor: pointer;
    border: none;
    padding: 0;
}

.Spec001963 nav {
    clear: both;
    position: relative;
    min-height: 72px;
    padding-top: 30px;
}

.Spec001963 nav b {
    background: url(../images/Spec001963-titlebg.png) no-repeat;
    width: 104px;
    padding-top: 10px;
    text-align: center;
    padding-right: 16px;
    height: 72px;
    line-height: 26px;
    left: 0;
    top: 30px;
    position: absolute;
    font-size: 24px;
    color: #484848;
    font-weight: normal;
    overflow: hidden;
}

.Spec001963 nav li {
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
    height: 31px;
}

.Spec001963 nav li a {
    padding: 0 25px;
    border-radius: 31px;
    color: #004484;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    display: block;
}

.Spec001963 nav li:hover a,
.Spec001963 nav li.aon a {
    background: #004484;
    color: #fff;
}

.Spec001963 nav li.aon a {
    font-weight: bold;
}

@media(max-width:962px) {
    .Spec001963 .auto {
        padding: 0 2%;
    }
}

@media(max-width:640px) {
    .Spec001963 nav {
        padding-left: 0;
        padding-top: 12px;
        min-height: auto;
    }
    .Spec001963 nav li a {
        padding: 0 10px;
        font-size: 14px;
    }
    .Spec001963 dl {
        margin-top: 0;
    }
    .Spec001963 dl .text {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0 80px 0 10px;
    }
    .Spec001963 dl .btn {
        width: 70px;
        background-size: auto 60%;
    }
    .Spec001963 nav b {
        font-size: 18px;
    }
    .Floor002564 .edit-info p {
        margin-bottom: 0;
    }
}

.khhz {
    padding: 3% 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "楷体";
    font-size: 34px;
}

.gyshz {
    padding-top: 10%;
    padding-bottom: 3%;
}

.gys_box {
    margin: 3% 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gys_box h2 {
    font-size: 34px;
    font-weight: normal;
    color: #666;
    text-align: center;
    font-family: "楷体";
}

.gys_box p {
    font-size: 34px;
    font-weight: normal;
    color: #666;
    text-align: center;
    font-family: "楷体";
}

.jshz {
    padding: 3% 0;
    text-align: center;
}

.jshz img {
    max-width: 800px;
}

.jshz h2 {
    font-size: 28px;
    font-weight: normal;
    color: #666;
    text-align: center;
    margin-top: 20px;
    font-family: "楷体";
}

@media(max-width:1024px) {
    .khhz {
        font-size: 18px;
    }
	.gys_box h2{font-size:18px;}
	.gys_box p{font-size:18px;}
}


/*Floor002564 */

.Floor002564 {
    padding: 2% 1.5% 0 1.5%;
}

.Floor002564 .intro {
    background-size: contain;
    text-align: justify;
}

.Floor002564 .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
}

.Floor002564 .title::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../uploadfiles/image/off.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.Floor002564 .title i {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #004484;
    border-radius: 50%;
    right: 3%;
    top: 50%;
    margin-top: -11px;
}

.Floor002564 .title i::before,
.recruit .job_list .title i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.Floor002564 .title i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.Floor002564 .title i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.Floor002564 .intro .item.on .title i::after {
    display: none;
}

.Floor002564 .edit-info {
    padding-bottom: 2%;
}

.Floor002564 .edit-info p {
    text-align: left;
    line-height: 28px;
    color: #333;
    font-size: 15px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.Floor002564 .more {
    text-align: center;
}

.Floor002564 .more::before {
    display: block;
    content: '';
    width: 1px;
    margin: 0 auto;
    height: 23px;
    border-right: 1px dashed #004484;
    margin-bottom: 3%;
}

.Floor002564 .more a {
    display: inline-block;
    width: 129px;
    line-height: 34px;
    color: #fff;
    background: #004484;
    border-radius: 34px;
    border: 1px solid transparent;
    transform: 0.3s;
}

.Floor002564 .more a:hover {
    color: #004484;
    background: #fff;
    border-color: #004484;
}

.Floor002564 .links {
    background: #004484;
}

.Floor002564 .links li {
    position: relative;
    float: left;
    transition: 0.3s;
}

.Floor002564 .links li img {
    display: block;
    width: 100%;
    max-height: 140px;
}

.Floor002564 .links li:hover {
    box-shadow: 4px 0 4px rgba(200, 160, 99, 0.22);
}

.Floor002564 .links li a {
    opacity: 0;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: rgba(255, 255, 255, 0.9);
    top: 3px;
    font-size: 16px;
    color: #004484;
    transition: 0.3s;
}

.Floor002564 .links li:hover a {
    opacity: 1;
}

.Floor002564 .links li a::before {
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #fff;
}

.Floor002564 .links li a::before,
.Floor002564 .links li a aside::after {
    content: '';
}

@media(min-width:1025px) {
    .Floor002564 .links {
        padding-bottom: 21px;
        margin-top: 2%;
    }
    .Floor002564 .links li {
        width: 15.5%;
        margin-right: 1.4%;
        margin-top: -55px;
    }
    .Floor002564 .links li:nth-child(6n) {
        margin-right: 0;
    }
    /* .Floor002564 .links li:hover{margin-top:-75px;} */
}

@media(max-width:1024px) {
    .Floor002564 .links {
        padding: 2% 0 0 0;
    }
    .Floor002564 .links li {
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media(max-width:1024px) and (min-width:481px) {
    .Floor002564 .links li {
        width: 32%;
    }
    .Floor002564 .links li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .Floor002564 .intro {
        max-width: none;
        padding: 0 2% 2%;
    }
    .Bottom003043 .contact .text {
        font-size: 14px!important;
    }
    .Floor003117 .auto {
        width: 96%;
    }
    .Floor003117 .edit-info {
        line-height: 25px;
        font-size: 15px;
    }
    .Floor002745 li.slick-slide {
        padding: 10px 0;
    }
    .Floor003099 .slider .slick-list li a {
        margin: 0;
    }
    .Floor003099 .w_96 {
        width: 100%;
    }
    .qywh .box-1 .info {
        position: unset;
        text-align: center;
    }
    .Menu002306 .side-title {
        line-height: 45px;
        font-size: 18px;
    }
    .RighInfo001277 .tab .info .tipp {
        font-size: 14px !important;
    }
    .Spec002780 dt span {
        transform: translateY(0%);
    }
    .PicList000687 .news-list .pic .Ispic {
        padding-bottom: 68%;
    }
    .jshz img {
        width: 100%
    }
    .jshz h2 {
        font-size: 18px;
        padding-bottom: 3%;
    }
    .recruit .job_list .tit1 {
        font-size: 16px;
    }
    .recruit .job_list .title {
        line-height: 56px;
    }
    .Floor002564 .title {
        font-size: 20px;
        margin-bottom: 0;
        padding: 15px 0;
    }
    .Top003075.fixed {
        padding-bottom: 0;
    }
}

@media(max-width:640px) {
    .Floor002564 .title .en {
        letter-spacing: 0;
    }
    .Floor002564 .links li img {
        height: 140px;
    }
}

@media(max-width:480px) {
    .Floor002564 .links li {
        width: 49%;
    }
    .Floor002564 .links li:nth-child(2n) {
        margin-right: 0;
    }
    .qywh .box-1 .info {
        padding: 0 2% 8%;
    }
    .Menu002306 .side-title,
    .Menu002306 .side-open_menu {
        display: none;
    }
    .Menu002306 .side-menu {
        display: block;
        border-radius: 10px;
        padding-bottom: 0;
    }
    .Menu002306 .side-menu li:last-child {
        border-bottom: none;
    }
    .Menu002306 .side-menu>ul>li>a {
        line-height: 40px;
    }
}

.xyzp dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyzp dl dd {
    width: 49%;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.xyzp dl dd img {
    width: 100%;
}

.xyzp dl dd p {
    margin-top: 8px;
    text-align: center !important;
}


/* 20220422 */

.flipster.swiper-container .swiper-wrapper {
    height: 550px !important;
}

.flipster.swiper-container .swiper-wrapper .item {
    height: 500px !important;
    text-align: center;
}

.flipster.swiper-container .swiper-wrapper .item .img {
    height: 480px;
    line-height: 480px;
}

.flipster.swiper-container .swiper-wrapper .item .img img {
    max-height: 100%;
    max-width: 80%;
}

.flipster.swiper-container .swiper-wrapper .item h5 {
    font-size: 16px;
    text-align: center;
}

@media(max-width:768px) {
    .flipster.swiper-container .swiper-wrapper {
        height: 450px !important;
    }
    .flipster.swiper-container .swiper-wrapper .item {
        height: 400px !important;
    }
    .flipster.swiper-container .swiper-wrapper .item .img {
        height: 380px;
        line-height: 380px;
    }
}

@media(max-width:480px) {
    .flipster.swiper-container .swiper-wrapper {
        height: 250px !important;
    }
    .flipster.swiper-container .swiper-wrapper .item {
        height: 200px !important;
    }
    .flipster.swiper-container .swiper-wrapper .item .img {
        height: 180px;
        line-height: 180px;
    }
    .flipster.swiper-container .swiper-wrapper .item h5 {
        font-size: 14px;
        margin-top: 10px;
    }
}


/* 22-04-24 */


/* tour */

.zebra {
    padding: 5% 0;
}

#img-slider .slide {
    width: 100%;
    background: #fff;
    position: absolute;
}

#img-slider .slide .img {
    margin: 10px auto;
    border: none;
}

#img-slider .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    -moz-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    -ms-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    border: 1px solid #edeeee;
    background-color: #fff;
    width: 780px;
    height: 610px;
    position: relative;
}

#img-slider .img img {
    display: block;
    width: 100%;
    max-height: 500px;
}

#img-slider .img .label {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #0f55b0;
    padding: 2.5% 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 150%;
}

#img-slider .img:first-child {
    display: block;
}

.switcher-wrap {
    position: relative;
    padding: 60px 80px;
}

.switcher-wrap.slider {
    padding-left: 380px;
    padding-right: 380px;
}

.switcher-wrap.slider #img-slider .img {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border-color: #fff;
    overflow: hidden;
}

.switcher-wrap a.next,
.switcher-wrap a.prev {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    bottom: 0;
    left: 0;
    background: url(../images/sprites.png) no-repeat 16px 12px;
    z-index: 1000;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.switcher-wrap a.next:hover,
.switcher-wrap a.prev:hover {
    background-color: rgba(15, 85, 176, 0.1);
}

.switcher-wrap a.prev {
    right: 0;
    left: auto;
    background-position: -63px 12px;
}

@media(max-width:1440px) {
    #img-slider .img {
        width: 460px;
        height: 380px;
    }
    .switcher-wrap.slider {
        padding-left: 28%;
        padding-right: 28%;
    }
    .switcher-wrap {
        padding: 0;
    }
}

@media(max-width:768px) {
    .switcher-wrap.slider {
        padding-left: 48%;
        padding-right: 48%;
    }
}

@media(max-width:640px) {
    .switcher-wrap.slider {
        padding-left: 48%;
        padding-right: 48%;
    }
}

@media(max-width:480px) {
    #img-slider .img {
        width: 360px;
        height: 300px;
    }
    #img-slider .img img {
        max-height: 300px;
    }
}

.ul_sitemap,.PicList0021712222{padding: 5% 0;display: inline-block;width: 100%;}